Shades of Jordy Blue #81AFDD
Tints of Jordy Blue #81AFDD
RGB
CMYK
RGB Variations
Color information
#81AFDD (or 0x81AFDD) is known color: Jordy Blue. HEX triplet: 81, AF and DD. RGB value is (129,175,221). Sum of RGB (Red+Green+Blue) = 129+175+221=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #81AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFDD is #7E5022. Grayscale: #A6A6A6. Windows color (decimal): -8278051 or 14528385. OLE color: 14528385.
HSL color Cylindrical-coordinate representation of color #81AFDD: hue angle of 210º degrees, saturation: 0.57, 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 #81AFDD is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 175 | 221 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.13 |
| HSL | 210º | 0.58% | 0.69% | - |
| HSV(B) | 210º | 0.42% | 0.87% | - |
| XYZ | 37.43 | 40.55 | 74.26 | - |
| YUV | 166.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 221 | 0.42 | 0.21 | 0 | 0.13 | 210 | 0.58 | 0.69 |
| Hex | 81 | AF | DD | 2A | 15 | 0 | D | D2 | 3A | 45 |
| Octal | 201 | 257 | 335 | 52 | 25 | 0 | 15 | 322 | 72 | 105 |
| Binary | 10000001 | 10101111 | 11011101 | 101010 | 10101 | 0 | 1101 | 11010010 | 111010 | 1000101 |
Color Harmonies of #81AFDD
Complementary color
Monochromatic Colors of #81AFDD
Black with #81AFDD
Text Example
Text Example
White with #81AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFDD; }
p { color: rgb(129,175,221); }
H1.HeaderClassName
{
color: #81AFDD;
}
.AnyTagClassName
{
color: #81AFDD;
}
</style>
background-color css
<style>
a { background-color: #81AFDD; }
a { background-color: rgb(129,175,221); }
div.DivClassName
{
background-color: #81AFDD;
}
.BgClassName
{
background-color: #81AFDD;
}
</style>
border-color css
<style>
span { border-color: #81AFDD; }
span { border-color: rgb(129,175,221); }
td.TdClassName
{
border-color: #81AFDD;
}
.TagClassName
{
border-color: #81AFDD;
}
</style>