Shades of Jordy Blue #80B0DB
Tints of Jordy Blue #80B0DB
RGB
CMYK
RGB Variations
Color information
#80B0DB (or 0x80B0DB) is known color: Jordy Blue. HEX triplet: 80, B0 and DB. RGB value is (128,176,219). Sum of RGB (Red+Green+Blue) = 128+176+219=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B0DB is #7F4F24. Grayscale: #A6A6A6. Windows color (decimal): -8343333 or 14397568. OLE color: 14397568.
HSL color Cylindrical-coordinate representation of color #80B0DB: hue angle of 208.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80B0DB is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 176 | 219 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.14 |
| HSL | 208.35º | 0.56% | 0.68% | - |
| HSV(B) | 208.35º | 0.42% | 0.86% | - |
| XYZ | 37.21 | 40.75 | 72.92 | - |
| YUV | 166.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 176 | 219 | 0.42 | 0.20 | 0 | 0.14 | 208.35 | 0.56 | 0.68 |
| Hex | 80 | B0 | DB | 2A | 14 | 0 | E | D0 | 38 | 44 |
| Octal | 200 | 260 | 333 | 52 | 24 | 0 | 16 | 320 | 70 | 104 |
| Binary | 10000000 | 10110000 | 11011011 | 101010 | 10100 | 0 | 1110 | 11010000 | 111000 | 1000100 |
Color Harmonies of #80B0DB
Complementary color
Monochromatic Colors of #80B0DB
Black with #80B0DB
Text Example
Text Example
White with #80B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B0DB; }
p { color: rgb(128,176,219); }
H1.HeaderClassName
{
color: #80B0DB;
}
.AnyTagClassName
{
color: #80B0DB;
}
</style>
background-color css
<style>
a { background-color: #80B0DB; }
a { background-color: rgb(128,176,219); }
div.DivClassName
{
background-color: #80B0DB;
}
.BgClassName
{
background-color: #80B0DB;
}
</style>
border-color css
<style>
span { border-color: #80B0DB; }
span { border-color: rgb(128,176,219); }
td.TdClassName
{
border-color: #80B0DB;
}
.TagClassName
{
border-color: #80B0DB;
}
</style>