Shades of Jordy Blue #81B2DB
Tints of Jordy Blue #81B2DB
RGB
CMYK
RGB Variations
Color information
#81B2DB (or 0x81B2DB) is known color: Jordy Blue. HEX triplet: 81, B2 and DB. RGB value is (129,178,219). Sum of RGB (Red+Green+Blue) = 129+178+219=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #81B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2DB is #7E4D24. Grayscale: #A7A7A7. Windows color (decimal): -8277285 or 14398081. OLE color: 14398081.
HSL color Cylindrical-coordinate representation of color #81B2DB: hue angle of 207.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81B2DB is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 178 | 219 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.14 |
| HSL | 207.33º | 0.56% | 0.68% | - |
| HSV(B) | 207.33º | 0.41% | 0.86% | - |
| XYZ | 37.76 | 41.62 | 73.06 | - |
| YUV | 168.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 219 | 0.41 | 0.19 | 0 | 0.14 | 207.33 | 0.56 | 0.68 |
| Hex | 81 | B2 | DB | 29 | 13 | 0 | E | CF | 38 | 44 |
| Octal | 201 | 262 | 333 | 51 | 23 | 0 | 16 | 317 | 70 | 104 |
| Binary | 10000001 | 10110010 | 11011011 | 101001 | 10011 | 0 | 1110 | 11001111 | 111000 | 1000100 |
Color Harmonies of #81B2DB
Complementary color
Monochromatic Colors of #81B2DB
Black with #81B2DB
Text Example
Text Example
White with #81B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B2DB; }
p { color: rgb(129,178,219); }
H1.HeaderClassName
{
color: #81B2DB;
}
.AnyTagClassName
{
color: #81B2DB;
}
</style>
background-color css
<style>
a { background-color: #81B2DB; }
a { background-color: rgb(129,178,219); }
div.DivClassName
{
background-color: #81B2DB;
}
.BgClassName
{
background-color: #81B2DB;
}
</style>
border-color css
<style>
span { border-color: #81B2DB; }
span { border-color: rgb(129,178,219); }
td.TdClassName
{
border-color: #81B2DB;
}
.TagClassName
{
border-color: #81B2DB;
}
</style>