Shades of Jordy Blue #80B2DB
Tints of Jordy Blue #80B2DB
RGB
CMYK
RGB Variations
Color information
#80B2DB (or 0x80B2DB) is known color: Jordy Blue. HEX triplet: 80, B2 and DB. RGB value is (128,178,219). Sum of RGB (Red+Green+Blue) = 128+178+219=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2DB is #7F4D24. Grayscale: #A7A7A7. Windows color (decimal): -8342821 or 14398080. OLE color: 14398080.
HSL color Cylindrical-coordinate representation of color #80B2DB: hue angle of 207.03º 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 #80B2DB is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 178 | 219 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.14 |
| HSL | 207.03º | 0.56% | 0.68% | - |
| HSV(B) | 207.03º | 0.42% | 0.86% | - |
| XYZ | 37.61 | 41.54 | 73.05 | - |
| YUV | 167.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 219 | 0.42 | 0.19 | 0 | 0.14 | 207.03 | 0.56 | 0.68 |
| Hex | 80 | B2 | DB | 2A | 13 | 0 | E | CF | 38 | 44 |
| Octal | 200 | 262 | 333 | 52 | 23 | 0 | 16 | 317 | 70 | 104 |
| Binary | 10000000 | 10110010 | 11011011 | 101010 | 10011 | 0 | 1110 | 11001111 | 111000 | 1000100 |
Color Harmonies of #80B2DB
Complementary color
Monochromatic Colors of #80B2DB
Black with #80B2DB
Text Example
Text Example
White with #80B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B2DB; }
p { color: rgb(128,178,219); }
H1.HeaderClassName
{
color: #80B2DB;
}
.AnyTagClassName
{
color: #80B2DB;
}
</style>
background-color css
<style>
a { background-color: #80B2DB; }
a { background-color: rgb(128,178,219); }
div.DivClassName
{
background-color: #80B2DB;
}
.BgClassName
{
background-color: #80B2DB;
}
</style>
border-color css
<style>
span { border-color: #80B2DB; }
span { border-color: rgb(128,178,219); }
td.TdClassName
{
border-color: #80B2DB;
}
.TagClassName
{
border-color: #80B2DB;
}
</style>