Shades of Jordy Blue #81ACD4
Tints of Jordy Blue #81ACD4
RGB
CMYK
RGB Variations
Color information
#81ACD4 (or 0x81ACD4) is known color: Jordy Blue. HEX triplet: 81, AC and D4. RGB value is (129,172,212). Sum of RGB (Red+Green+Blue) = 129+172+212=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #81ACD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACD4 is #7E532B. Grayscale: #A3A3A3. Windows color (decimal): -8278828 or 13937793. OLE color: 13937793.
HSL color Cylindrical-coordinate representation of color #81ACD4: hue angle of 208.92º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81ACD4 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 172 | 212 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.17 |
| HSL | 208.92º | 0.49% | 0.67% | - |
| HSV(B) | 208.92º | 0.39% | 0.83% | - |
| XYZ | 35.69 | 38.93 | 67.92 | - |
| YUV | 163.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 212 | 0.39 | 0.19 | 0 | 0.17 | 208.92 | 0.49 | 0.67 |
| Hex | 81 | AC | D4 | 27 | 13 | 0 | 11 | D1 | 31 | 43 |
| Octal | 201 | 254 | 324 | 47 | 23 | 0 | 21 | 321 | 61 | 103 |
| Binary | 10000001 | 10101100 | 11010100 | 100111 | 10011 | 0 | 10001 | 11010001 | 110001 | 1000011 |
Color Harmonies of #81ACD4
Complementary color
Monochromatic Colors of #81ACD4
Black with #81ACD4
Text Example
Text Example
White with #81ACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ACD4; }
p { color: rgb(129,172,212); }
H1.HeaderClassName
{
color: #81ACD4;
}
.AnyTagClassName
{
color: #81ACD4;
}
</style>
background-color css
<style>
a { background-color: #81ACD4; }
a { background-color: rgb(129,172,212); }
div.DivClassName
{
background-color: #81ACD4;
}
.BgClassName
{
background-color: #81ACD4;
}
</style>
border-color css
<style>
span { border-color: #81ACD4; }
span { border-color: rgb(129,172,212); }
td.TdClassName
{
border-color: #81ACD4;
}
.TagClassName
{
border-color: #81ACD4;
}
</style>