#72A9D6

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

Shades of Jordy Blue #72A9D6

Tints of Jordy Blue #72A9D6

Color information

#72A9D6 (or 0x72A9D6) is unknown color: approx Jordy Blue. HEX triplet: 72, A9 and D6. RGB value is (114,169,214). Sum of RGB (Red+Green+Blue) = 114+169+214=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #72A9D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A9D6 is #8D5629. Grayscale: #9D9D9D. Windows color (decimal): -9262634 or 14068082. OLE color: 14068082.

HSL color Cylindrical-coordinate representation of color #72A9D6: hue angle of 207º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72A9D6 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114169214-
CMYK0.470.2100.16
HSL207º54.95%64.31%-
HSV(B)207º46.73%83.92%-
XYZ33.2636.8168.97-
YUV157.68159.7896.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.94%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 214 (83.98% from 255) = 43.06%
R=22.94%
G=34.00%
B=43.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141692140.470.2100.1620754.9564.31
Hex72A9D62F15010cf3740
Octal162251326572502031767100
Binary1110010101010011101011010111110101010000110011111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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