Shades of Jordy Blue #81A4DF
Tints of Jordy Blue #81A4DF
RGB
CMYK
RGB Variations
Color information
#81A4DF (or 0x81A4DF) is known color: Jordy Blue. HEX triplet: 81, A4 and DF. RGB value is (129,164,223). Sum of RGB (Red+Green+Blue) = 129+164+223=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #81A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A4DF is #7E5B20. Grayscale: #9F9F9F. Windows color (decimal): -8280865 or 14656641. OLE color: 14656641.
HSL color Cylindrical-coordinate representation of color #81A4DF: hue angle of 217.66º degrees, saturation: 0.59, 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 #81A4DF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 164 | 223 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.13 |
| HSL | 217.66º | 0.59% | 0.69% | - |
| HSV(B) | 217.66º | 0.42% | 0.87% | - |
| XYZ | 35.65 | 36.55 | 74.99 | - |
| YUV | 160.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 223 | 0.42 | 0.26 | 0 | 0.13 | 217.66 | 0.59 | 0.69 |
| Hex | 81 | A4 | DF | 2A | 1A | 0 | D | DA | 3B | 45 |
| Octal | 201 | 244 | 337 | 52 | 32 | 0 | 15 | 332 | 73 | 105 |
| Binary | 10000001 | 10100100 | 11011111 | 101010 | 11010 | 0 | 1101 | 11011010 | 111011 | 1000101 |
Color Harmonies of #81A4DF
Complementary color
Monochromatic Colors of #81A4DF
Black with #81A4DF
Text Example
Text Example
White with #81A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A4DF; }
p { color: rgb(129,164,223); }
H1.HeaderClassName
{
color: #81A4DF;
}
.AnyTagClassName
{
color: #81A4DF;
}
</style>
background-color css
<style>
a { background-color: #81A4DF; }
a { background-color: rgb(129,164,223); }
div.DivClassName
{
background-color: #81A4DF;
}
.BgClassName
{
background-color: #81A4DF;
}
</style>
border-color css
<style>
span { border-color: #81A4DF; }
span { border-color: rgb(129,164,223); }
td.TdClassName
{
border-color: #81A4DF;
}
.TagClassName
{
border-color: #81A4DF;
}
</style>