#72A9E4

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

Shades of Jordy Blue #72A9E4

Tints of Jordy Blue #72A9E4

Color information

#72A9E4 (or 0x72A9E4) is unknown color: approx Jordy Blue. HEX triplet: 72, A9 and E4. RGB value is (114,169,228). Sum of RGB (Red+Green+Blue) = 114+169+228=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #72A9E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A9E4 is #8D561B. Grayscale: #9E9E9E. Windows color (decimal): -9262620 or 14985586. OLE color: 14985586.

HSL color Cylindrical-coordinate representation of color #72A9E4: hue angle of 211.05º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72A9E4 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114169228-
CMYK0.500.2600.11
HSL211.05º67.86%67.06%-
HSV(B)211.05º50%89.41%-
XYZ35.1337.5578.8-
YUV159.28166.7895.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.31%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 228 (89.45% from 255) = 44.62%
R=22.31%
G=33.07%
B=44.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141692280.500.2600.11211.0567.8667.06
Hex72A9E4321A0Bd34443
Octal1622513446232013323104103
Binary1110010101010011110010011001011010010111101001110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,169,228); }

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

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

 a { background-color: rgb(114,169,228); }

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

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

 span { border-color: rgb(114,169,228); }

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