Shades of Jordy Blue #72B1DF
Tints of Jordy Blue #72B1DF
RGB
CMYK
RGB Variations
Color information
#72B1DF (or 0x72B1DF) is known color: Jordy Blue. HEX triplet: 72, B1 and DF. RGB value is (114,177,223). Sum of RGB (Red+Green+Blue) = 114+177+223=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #72B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B1DF is #8D4E20. Grayscale: #A3A3A3. Windows color (decimal): -9260577 or 14659954. OLE color: 14659954.
HSL color Cylindrical-coordinate representation of color #72B1DF: hue angle of 205.32º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72B1DF is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 177 | 223 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.13 |
| HSL | 205.32º | 0.63% | 0.66% | - |
| HSV(B) | 205.32º | 0.49% | 0.87% | - |
| XYZ | 35.98 | 40.35 | 75.7 | - |
| YUV | 163.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 177 | 223 | 0.49 | 0.21 | 0 | 0.13 | 205.32 | 0.63 | 0.66 |
| Hex | 72 | B1 | DF | 31 | 15 | 0 | D | CD | 3F | 42 |
| Octal | 162 | 261 | 337 | 61 | 25 | 0 | 15 | 315 | 77 | 102 |
| Binary | 1110010 | 10110001 | 11011111 | 110001 | 10101 | 0 | 1101 | 11001101 | 111111 | 1000010 |
Color Harmonies of #72B1DF
Complementary color
Monochromatic Colors of #72B1DF
Black with #72B1DF
Text Example
Text Example
White with #72B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B1DF; }
p { color: rgb(114,177,223); }
H1.HeaderClassName
{
color: #72B1DF;
}
.AnyTagClassName
{
color: #72B1DF;
}
</style>
background-color css
<style>
a { background-color: #72B1DF; }
a { background-color: rgb(114,177,223); }
div.DivClassName
{
background-color: #72B1DF;
}
.BgClassName
{
background-color: #72B1DF;
}
</style>
border-color css
<style>
span { border-color: #72B1DF; }
span { border-color: rgb(114,177,223); }
td.TdClassName
{
border-color: #72B1DF;
}
.TagClassName
{
border-color: #72B1DF;
}
</style>