#72AAD7

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

Shades of Jordy Blue #72AAD7

Tints of Jordy Blue #72AAD7

Color information

#72AAD7 (or 0x72AAD7) is unknown color: approx Jordy Blue. HEX triplet: 72, AA and D7. RGB value is (114,170,215). Sum of RGB (Red+Green+Blue) = 114+170+215=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #72AAD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AAD7 is #8D5528. Grayscale: #9E9E9E. Windows color (decimal): -9262377 or 14133874. OLE color: 14133874.

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

Color convert

RGB114170215-
CMYK0.470.2100.16
HSL206.73º55.8%64.51%-
HSV(B)206.73º46.98%84.31%-
XYZ33.5837.2369.71-
YUV158.39159.9596.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=22.85%
G=34.07%
B=43.09%

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
Decimal1141702150.470.2100.16206.7355.864.51
Hex72AAD72F15010cf3841
Octal162252327572502031770101
Binary1110010101010101101011110111110101010000110011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,170,215); }

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

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

 a { background-color: rgb(114,170,215); }

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

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

 span { border-color: rgb(114,170,215); }

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