Shades of Jordy Blue #81ADDC
Tints of Jordy Blue #81ADDC
RGB
CMYK
RGB Variations
Color information
#81ADDC (or 0x81ADDC) is known color: Jordy Blue. HEX triplet: 81, AD and DC. RGB value is (129,173,220). Sum of RGB (Red+Green+Blue) = 129+173+220=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #81ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADDC is #7E5223. Grayscale: #A4A4A4. Windows color (decimal): -8278564 or 14462337. OLE color: 14462337.
HSL color Cylindrical-coordinate representation of color #81ADDC: hue angle of 210.99º 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 #81ADDC is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 173 | 220 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.14 |
| HSL | 210.99º | 0.57% | 0.68% | - |
| HSV(B) | 210.99º | 0.41% | 0.86% | - |
| XYZ | 36.92 | 39.72 | 73.43 | - |
| YUV | 165.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 220 | 0.41 | 0.21 | 0 | 0.14 | 210.99 | 0.57 | 0.68 |
| Hex | 81 | AD | DC | 29 | 15 | 0 | E | D3 | 39 | 44 |
| Octal | 201 | 255 | 334 | 51 | 25 | 0 | 16 | 323 | 71 | 104 |
| Binary | 10000001 | 10101101 | 11011100 | 101001 | 10101 | 0 | 1110 | 11010011 | 111001 | 1000100 |
Color Harmonies of #81ADDC
Complementary color
Monochromatic Colors of #81ADDC
Black with #81ADDC
Text Example
Text Example
White with #81ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADDC; }
p { color: rgb(129,173,220); }
H1.HeaderClassName
{
color: #81ADDC;
}
.AnyTagClassName
{
color: #81ADDC;
}
</style>
background-color css
<style>
a { background-color: #81ADDC; }
a { background-color: rgb(129,173,220); }
div.DivClassName
{
background-color: #81ADDC;
}
.BgClassName
{
background-color: #81ADDC;
}
</style>
border-color css
<style>
span { border-color: #81ADDC; }
span { border-color: rgb(129,173,220); }
td.TdClassName
{
border-color: #81ADDC;
}
.TagClassName
{
border-color: #81ADDC;
}
</style>