#72ACD9

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

Shades of Jordy Blue #72ACD9

Tints of Jordy Blue #72ACD9

Color information

#72ACD9 (or 0x72ACD9) is unknown color: approx Jordy Blue. HEX triplet: 72, AC and D9. RGB value is (114,172,217). Sum of RGB (Red+Green+Blue) = 114+172+217=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #72ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACD9 is #8D5326. Grayscale: #9F9F9F. Windows color (decimal): -9261863 or 14265458. OLE color: 14265458.

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

Color convert

RGB114172217-
CMYK0.470.2100.15
HSL206.21º57.54%64.9%-
HSV(B)206.21º47.47%85.1%-
XYZ34.2238.0971.19-
YUV159.79160.2895.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=22.66%
G=34.19%
B=43.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1141722170.470.2100.15206.2157.5464.9
Hex72ACD92F150Fce3a41
Octal162254331572501731672101
Binary111001010101100110110011011111010101111110011101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,172,217); }

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

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

 a { background-color: rgb(114,172,217); }

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

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

 span { border-color: rgb(114,172,217); }

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