Shades of Jordy Blue #81A2ED
Tints of Jordy Blue #81A2ED
RGB
CMYK
RGB Variations
Color information
#81A2ED (or 0x81A2ED) is known color: Jordy Blue. HEX triplet: 81, A2 and ED. RGB value is (129,162,237). Sum of RGB (Red+Green+Blue) = 129+162+237=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #81A2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A2ED is #7E5D12. Grayscale: #A0A0A0. Windows color (decimal): -8281363 or 15573633. OLE color: 15573633.
HSL color Cylindrical-coordinate representation of color #81A2ED: hue angle of 221.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81A2ED is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 162 | 237 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.07 |
| HSL | 221.67º | 0.75% | 0.72% | - |
| HSV(B) | 221.67º | 0.46% | 0.93% | - |
| XYZ | 37.26 | 36.62 | 85.23 | - |
| YUV | 160.68 | 171.07 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 237 | 0.46 | 0.32 | 0 | 0.07 | 221.67 | 0.75 | 0.72 |
| Hex | 81 | A2 | ED | 2E | 20 | 0 | 7 | DE | 4B | 48 |
| Octal | 201 | 242 | 355 | 56 | 40 | 0 | 7 | 336 | 113 | 110 |
| Binary | 10000001 | 10100010 | 11101101 | 101110 | 100000 | 0 | 111 | 11011110 | 1001011 | 1001000 |
Color Harmonies of #81A2ED
Complementary color
Monochromatic Colors of #81A2ED
Black with #81A2ED
Text Example
Text Example
White with #81A2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A2ED; }
p { color: rgb(129,162,237); }
H1.HeaderClassName
{
color: #81A2ED;
}
.AnyTagClassName
{
color: #81A2ED;
}
</style>
background-color css
<style>
a { background-color: #81A2ED; }
a { background-color: rgb(129,162,237); }
div.DivClassName
{
background-color: #81A2ED;
}
.BgClassName
{
background-color: #81A2ED;
}
</style>
border-color css
<style>
span { border-color: #81A2ED; }
span { border-color: rgb(129,162,237); }
td.TdClassName
{
border-color: #81A2ED;
}
.TagClassName
{
border-color: #81A2ED;
}
</style>