Shades of Jordy Blue #81ADD6
Tints of Jordy Blue #81ADD6
RGB
CMYK
RGB Variations
Color information
#81ADD6 (or 0x81ADD6) is known color: Jordy Blue. HEX triplet: 81, AD and D6. RGB value is (129,173,214). Sum of RGB (Red+Green+Blue) = 129+173+214=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #81ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADD6 is #7E5229. Grayscale: #A4A4A4. Windows color (decimal): -8278570 or 14069121. OLE color: 14069121.
HSL color Cylindrical-coordinate representation of color #81ADD6: hue angle of 208.94º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81ADD6 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 173 | 214 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.16 |
| HSL | 208.94º | 0.51% | 0.67% | - |
| HSV(B) | 208.94º | 0.4% | 0.84% | - |
| XYZ | 36.13 | 39.41 | 69.32 | - |
| YUV | 164.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 214 | 0.40 | 0.19 | 0 | 0.16 | 208.94 | 0.51 | 0.67 |
| Hex | 81 | AD | D6 | 28 | 13 | 0 | 10 | D1 | 33 | 43 |
| Octal | 201 | 255 | 326 | 50 | 23 | 0 | 20 | 321 | 63 | 103 |
| Binary | 10000001 | 10101101 | 11010110 | 101000 | 10011 | 0 | 10000 | 11010001 | 110011 | 1000011 |
Color Harmonies of #81ADD6
Complementary color
Monochromatic Colors of #81ADD6
Black with #81ADD6
Text Example
Text Example
White with #81ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADD6; }
p { color: rgb(129,173,214); }
H1.HeaderClassName
{
color: #81ADD6;
}
.AnyTagClassName
{
color: #81ADD6;
}
</style>
background-color css
<style>
a { background-color: #81ADD6; }
a { background-color: rgb(129,173,214); }
div.DivClassName
{
background-color: #81ADD6;
}
.BgClassName
{
background-color: #81ADD6;
}
</style>
border-color css
<style>
span { border-color: #81ADD6; }
span { border-color: rgb(129,173,214); }
td.TdClassName
{
border-color: #81ADD6;
}
.TagClassName
{
border-color: #81ADD6;
}
</style>