#72A4E6

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

Shades of Jordy Blue #72A4E6

Tints of Jordy Blue #72A4E6

Color information

#72A4E6 (or 0x72A4E6) is unknown color: approx Jordy Blue. HEX triplet: 72, A4 and E6. RGB value is (114,164,230). Sum of RGB (Red+Green+Blue) = 114+164+230=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #72A4E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A4E6 is #8D5B19. Grayscale: #9C9C9C. Windows color (decimal): -9263898 or 15115378. OLE color: 15115378.

HSL color Cylindrical-coordinate representation of color #72A4E6: hue angle of 214.14º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72A4E6 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114164230-
CMYK0.500.2900.10
HSL214.14º69.88%67.45%-
HSV(B)214.14º50.43%90.2%-
XYZ34.535.8479.96-
YUV156.57169.4497.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 230 (90.23% from 255) = 45.28%
R=22.44%
G=32.28%
B=45.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1141642300.500.2900.10214.1469.8867.45
Hex72A4E6321D0Ad64643
Octal1622443466235012326106103
Binary1110010101001001110011011001011101010101101011010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,164,230); }

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

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

 a { background-color: rgb(114,164,230); }

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

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

 span { border-color: rgb(114,164,230); }

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