Shades of Jordy Blue #81B2DA
Tints of Jordy Blue #81B2DA
RGB
CMYK
RGB Variations
Color information
#81B2DA (or 0x81B2DA) is known color: Jordy Blue. HEX triplet: 81, B2 and DA. RGB value is (129,178,218). Sum of RGB (Red+Green+Blue) = 129+178+218=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #81B2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2DA is #7E4D25. Grayscale: #A7A7A7. Windows color (decimal): -8277286 or 14332545. OLE color: 14332545.
HSL color Cylindrical-coordinate representation of color #81B2DA: hue angle of 206.97º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81B2DA is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 178 | 218 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.15 |
| HSL | 206.97º | 0.55% | 0.68% | - |
| HSV(B) | 206.97º | 0.41% | 0.85% | - |
| XYZ | 37.63 | 41.57 | 72.37 | - |
| YUV | 167.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 218 | 0.41 | 0.18 | 0 | 0.15 | 206.97 | 0.55 | 0.68 |
| Hex | 81 | B2 | DA | 29 | 12 | 0 | F | CF | 37 | 44 |
| Octal | 201 | 262 | 332 | 51 | 22 | 0 | 17 | 317 | 67 | 104 |
| Binary | 10000001 | 10110010 | 11011010 | 101001 | 10010 | 0 | 1111 | 11001111 | 110111 | 1000100 |
Color Harmonies of #81B2DA
Complementary color
Monochromatic Colors of #81B2DA
Black with #81B2DA
Text Example
Text Example
White with #81B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B2DA; }
p { color: rgb(129,178,218); }
H1.HeaderClassName
{
color: #81B2DA;
}
.AnyTagClassName
{
color: #81B2DA;
}
</style>
background-color css
<style>
a { background-color: #81B2DA; }
a { background-color: rgb(129,178,218); }
div.DivClassName
{
background-color: #81B2DA;
}
.BgClassName
{
background-color: #81B2DA;
}
</style>
border-color css
<style>
span { border-color: #81B2DA; }
span { border-color: rgb(129,178,218); }
td.TdClassName
{
border-color: #81B2DA;
}
.TagClassName
{
border-color: #81B2DA;
}
</style>