Shades of Jordy Blue #8AB0ED
Tints of Jordy Blue #8AB0ED
RGB
CMYK
RGB Variations
Color information
#8AB0ED (or 0x8AB0ED) is known color: Jordy Blue. HEX triplet: 8A, B0 and ED. RGB value is (138,176,237). Sum of RGB (Red+Green+Blue) = 138+176+237=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AB0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB0ED is #754F12. Grayscale: #ABABAB. Windows color (decimal): -7687955 or 15577226. OLE color: 15577226.
HSL color Cylindrical-coordinate representation of color #8AB0ED: hue angle of 216.97º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB0ED is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 176 | 237 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.07 |
| HSL | 216.97º | 0.73% | 0.74% | - |
| HSV(B) | 216.97º | 0.42% | 0.93% | - |
| XYZ | 41.29 | 42.57 | 86.16 | - |
| YUV | 171.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 237 | 0.42 | 0.26 | 0 | 0.07 | 216.97 | 0.73 | 0.74 |
| Hex | 8A | B0 | ED | 2A | 1A | 0 | 7 | D9 | 49 | 4A |
| Octal | 212 | 260 | 355 | 52 | 32 | 0 | 7 | 331 | 111 | 112 |
| Binary | 10001010 | 10110000 | 11101101 | 101010 | 11010 | 0 | 111 | 11011001 | 1001001 | 1001010 |
Color Harmonies of #8AB0ED
Complementary color
Monochromatic Colors of #8AB0ED
Black with #8AB0ED
Text Example
Text Example
White with #8AB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0ED; }
p { color: rgb(138,176,237); }
H1.HeaderClassName
{
color: #8AB0ED;
}
.AnyTagClassName
{
color: #8AB0ED;
}
</style>
background-color css
<style>
a { background-color: #8AB0ED; }
a { background-color: rgb(138,176,237); }
div.DivClassName
{
background-color: #8AB0ED;
}
.BgClassName
{
background-color: #8AB0ED;
}
</style>
border-color css
<style>
span { border-color: #8AB0ED; }
span { border-color: rgb(138,176,237); }
td.TdClassName
{
border-color: #8AB0ED;
}
.TagClassName
{
border-color: #8AB0ED;
}
</style>