#72ABF9

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

Shades of Jordy Blue #72ABF9

Tints of Jordy Blue #72ABF9

Color information

#72ABF9 (or 0x72ABF9) is unknown color: approx Jordy Blue. HEX triplet: 72, AB and F9. RGB value is (114,171,249). Sum of RGB (Red+Green+Blue) = 114+171+249=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #72ABF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ABF9 is #8D5406. Grayscale: #A2A2A2. Windows color (decimal): -9262087 or 16362354. OLE color: 16362354.

HSL color Cylindrical-coordinate representation of color #72ABF9: hue angle of 214.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72ABF9 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114171249-
CMYK0.540.3100.02
HSL214.67º91.84%71.18%-
HSV(B)214.67º54.22%97.65%-
XYZ38.639.5495.22-
YUV162.85176.6293.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.35%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 249 (97.66% from 255) = 46.63%
R=21.35%
G=32.02%
B=46.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141712490.540.3100.02214.6791.8471.18
Hex72ABF9361F02d75c47
Octal162253371663702327134107
Binary11100101010101111111001110110111110101101011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72ABF9; }

 p { color: rgb(114,171,249); }

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

<style>
 a { background-color: #72ABF9; }

 a { background-color: rgb(114,171,249); }

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

<style>
 span { border-color: #72ABF9; }

 span { border-color: rgb(114,171,249); }

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