Shades of Jordy Blue #81B1DC
Tints of Jordy Blue #81B1DC
RGB
CMYK
RGB Variations
Color information
#81B1DC (or 0x81B1DC) is known color: Jordy Blue. HEX triplet: 81, B1 and DC. RGB value is (129,177,220). Sum of RGB (Red+Green+Blue) = 129+177+220=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #81B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1DC is #7E4E23. Grayscale: #A7A7A7. Windows color (decimal): -8277540 or 14463361. OLE color: 14463361.
HSL color Cylindrical-coordinate representation of color #81B1DC: hue angle of 208.35º degrees, saturation: 0.57, 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 #81B1DC is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 177 | 220 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.14 |
| HSL | 208.35º | 0.57% | 0.68% | - |
| HSV(B) | 208.35º | 0.41% | 0.86% | - |
| XYZ | 37.69 | 41.28 | 73.69 | - |
| YUV | 167.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 220 | 0.41 | 0.20 | 0 | 0.14 | 208.35 | 0.57 | 0.68 |
| Hex | 81 | B1 | DC | 29 | 14 | 0 | E | D0 | 39 | 44 |
| Octal | 201 | 261 | 334 | 51 | 24 | 0 | 16 | 320 | 71 | 104 |
| Binary | 10000001 | 10110001 | 11011100 | 101001 | 10100 | 0 | 1110 | 11010000 | 111001 | 1000100 |
Color Harmonies of #81B1DC
Complementary color
Monochromatic Colors of #81B1DC
Black with #81B1DC
Text Example
Text Example
White with #81B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B1DC; }
p { color: rgb(129,177,220); }
H1.HeaderClassName
{
color: #81B1DC;
}
.AnyTagClassName
{
color: #81B1DC;
}
</style>
background-color css
<style>
a { background-color: #81B1DC; }
a { background-color: rgb(129,177,220); }
div.DivClassName
{
background-color: #81B1DC;
}
.BgClassName
{
background-color: #81B1DC;
}
</style>
border-color css
<style>
span { border-color: #81B1DC; }
span { border-color: rgb(129,177,220); }
td.TdClassName
{
border-color: #81B1DC;
}
.TagClassName
{
border-color: #81B1DC;
}
</style>