#72B1DD

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

Shades of Jordy Blue #72B1DD

Tints of Jordy Blue #72B1DD

Color information

#72B1DD (or 0x72B1DD) is unknown color: approx Jordy Blue. HEX triplet: 72, B1 and DD. RGB value is (114,177,221). Sum of RGB (Red+Green+Blue) = 114+177+221=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #72B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B1DD is #8D4E22. Grayscale: #A2A2A2. Windows color (decimal): -9260579 or 14528882. OLE color: 14528882.

HSL color Cylindrical-coordinate representation of color #72B1DD: hue angle of 204.67º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72B1DD is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114177221-
CMYK0.480.2000.13
HSL204.67º61.14%65.69%-
HSV(B)204.67º48.42%86.67%-
XYZ35.7140.2474.29-
YUV163.18160.6392.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.27%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=22.27%
G=34.57%
B=43.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141772210.480.2000.13204.6761.1465.69
Hex72B1DD30140Dcd3d42
Octal162261335602401531575102
Binary111001010110001110111011100001010001101110011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,177,221); }

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

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

 a { background-color: rgb(114,177,221); }

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

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

 span { border-color: rgb(114,177,221); }

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