Shades of Jordy Blue #80B0DD
Tints of Jordy Blue #80B0DD
RGB
CMYK
RGB Variations
Color information
#80B0DD (or 0x80B0DD) is known color: Jordy Blue. HEX triplet: 80, B0 and DD. RGB value is (128,176,221). Sum of RGB (Red+Green+Blue) = 128+176+221=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #80B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B0DD is #7F4F22. Grayscale: #A6A6A6. Windows color (decimal): -8343331 or 14528640. OLE color: 14528640.
HSL color Cylindrical-coordinate representation of color #80B0DD: hue angle of 209.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80B0DD is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 176 | 221 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.13 |
| HSL | 209.03º | 0.58% | 0.68% | - |
| HSV(B) | 209.03º | 0.42% | 0.87% | - |
| XYZ | 37.48 | 40.86 | 74.32 | - |
| YUV | 166.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 176 | 221 | 0.42 | 0.20 | 0 | 0.13 | 209.03 | 0.58 | 0.68 |
| Hex | 80 | B0 | DD | 2A | 14 | 0 | D | D1 | 3A | 44 |
| Octal | 200 | 260 | 335 | 52 | 24 | 0 | 15 | 321 | 72 | 104 |
| Binary | 10000000 | 10110000 | 11011101 | 101010 | 10100 | 0 | 1101 | 11010001 | 111010 | 1000100 |
Color Harmonies of #80B0DD
Complementary color
Monochromatic Colors of #80B0DD
Black with #80B0DD
Text Example
Text Example
White with #80B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B0DD; }
p { color: rgb(128,176,221); }
H1.HeaderClassName
{
color: #80B0DD;
}
.AnyTagClassName
{
color: #80B0DD;
}
</style>
background-color css
<style>
a { background-color: #80B0DD; }
a { background-color: rgb(128,176,221); }
div.DivClassName
{
background-color: #80B0DD;
}
.BgClassName
{
background-color: #80B0DD;
}
</style>
border-color css
<style>
span { border-color: #80B0DD; }
span { border-color: rgb(128,176,221); }
td.TdClassName
{
border-color: #80B0DD;
}
.TagClassName
{
border-color: #80B0DD;
}
</style>