Shades of Jordy Blue #81B0DF
Tints of Jordy Blue #81B0DF
RGB
CMYK
RGB Variations
Color information
#81B0DF (or 0x81B0DF) is known color: Jordy Blue. HEX triplet: 81, B0 and DF. RGB value is (129,176,223). Sum of RGB (Red+Green+Blue) = 129+176+223=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #81B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B0DF is #7E4F20. Grayscale: #A7A7A7. Windows color (decimal): -8277793 or 14659713. OLE color: 14659713.
HSL color Cylindrical-coordinate representation of color #81B0DF: hue angle of 210º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81B0DF is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 176 | 223 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.13 |
| HSL | 210º | 0.59% | 0.69% | - |
| HSV(B) | 210º | 0.42% | 0.87% | - |
| XYZ | 37.9 | 41.05 | 75.74 | - |
| YUV | 167.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 223 | 0.42 | 0.21 | 0 | 0.13 | 210 | 0.59 | 0.69 |
| Hex | 81 | B0 | DF | 2A | 15 | 0 | D | D2 | 3B | 45 |
| Octal | 201 | 260 | 337 | 52 | 25 | 0 | 15 | 322 | 73 | 105 |
| Binary | 10000001 | 10110000 | 11011111 | 101010 | 10101 | 0 | 1101 | 11010010 | 111011 | 1000101 |
Color Harmonies of #81B0DF
Complementary color
Monochromatic Colors of #81B0DF
Black with #81B0DF
Text Example
Text Example
White with #81B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B0DF; }
p { color: rgb(129,176,223); }
H1.HeaderClassName
{
color: #81B0DF;
}
.AnyTagClassName
{
color: #81B0DF;
}
</style>
background-color css
<style>
a { background-color: #81B0DF; }
a { background-color: rgb(129,176,223); }
div.DivClassName
{
background-color: #81B0DF;
}
.BgClassName
{
background-color: #81B0DF;
}
</style>
border-color css
<style>
span { border-color: #81B0DF; }
span { border-color: rgb(129,176,223); }
td.TdClassName
{
border-color: #81B0DF;
}
.TagClassName
{
border-color: #81B0DF;
}
</style>