#73ABF1

Color #73ABF1 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #73ABF1

Tints of Jordy Blue #73ABF1

Color information

#73ABF1 (or 0x73ABF1) is unknown color: approx Jordy Blue. HEX triplet: 73, AB and F1. RGB value is (115,171,241). Sum of RGB (Red+Green+Blue) = 115+171+241=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #73ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABF1 is #8C540E. Grayscale: #A1A1A1. Windows color (decimal): -9196559 or 15838067. OLE color: 15838067.

HSL color Cylindrical-coordinate representation of color #73ABF1: hue angle of 213.33º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73ABF1 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115171241-
CMYK0.520.2900.05
HSL213.33º81.82%69.8%-
HSV(B)213.33º52.28%94.51%-
XYZ37.5139.1288.79-
YUV162.24172.4594.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 21.82%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=21.82%
G=32.45%
B=45.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151712410.520.2900.05213.3381.8269.8
Hex73ABF1341D05d55246
Octal163253361643505325122106
Binary111001110101011111100011101001110101011101010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73ABF1; }

 p { color: rgb(115,171,241); }

 H1.HeaderClassName
 {
   color: #73ABF1;
 }
 .AnyTagClassName
 {
   color: #73ABF1;
 }
</style>
background-color css

<style>
 a { background-color: #73ABF1; }

 a { background-color: rgb(115,171,241); }

 div.DivClassName
 {
   background-color: #73ABF1;
 }
 .BgClassName
 {
   background-color: #73ABF1;
 }
</style>
border-color css

<style>
 span { border-color: #73ABF1; }

 span { border-color: rgb(115,171,241); }

 td.TdClassName
 {
   border-color: #73ABF1;
 }
 .TagClassName
 {
   border-color: #73ABF1;
 }
</style>