#72A6D3

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

Shades of Jordy Blue #72A6D3

Tints of Jordy Blue #72A6D3

Color information

#72A6D3 (or 0x72A6D3) is unknown color: approx Jordy Blue. HEX triplet: 72, A6 and D3. RGB value is (114,166,211). Sum of RGB (Red+Green+Blue) = 114+166+211=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #72A6D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A6D3 is #8D592C. Grayscale: #9B9B9B. Windows color (decimal): -9263405 or 13870706. OLE color: 13870706.

HSL color Cylindrical-coordinate representation of color #72A6D3: hue angle of 207.84º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72A6D3 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114166211-
CMYK0.460.2100.17
HSL207.84º52.43%63.73%-
HSV(B)207.84º45.97%82.75%-
XYZ32.3335.5566.79-
YUV155.58159.2798.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.22%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 211 (82.81% from 255) = 42.97%
R=23.22%
G=33.81%
B=42.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141662110.460.2100.17207.8452.4363.73
Hex72A6D32E15011d03440
Octal162246323562502132064100
Binary1110010101001101101001110111010101010001110100001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,211); }

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

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

 a { background-color: rgb(114,166,211); }

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

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

 span { border-color: rgb(114,166,211); }

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