Shades of Jordy Blue #8AB5ED
Tints of Jordy Blue #8AB5ED
RGB
CMYK
RGB Variations
Color information
#8AB5ED (or 0x8AB5ED) is known color: Jordy Blue. HEX triplet: 8A, B5 and ED. RGB value is (138,181,237). Sum of RGB (Red+Green+Blue) = 138+181+237=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AB5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB5ED is #754A12. Grayscale: #AEAEAE. Windows color (decimal): -7686675 or 15578506. OLE color: 15578506.
HSL color Cylindrical-coordinate representation of color #8AB5ED: hue angle of 213.94º 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 #8AB5ED is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 181 | 237 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.07 |
| HSL | 213.94º | 0.73% | 0.74% | - |
| HSV(B) | 213.94º | 0.42% | 0.93% | - |
| XYZ | 42.29 | 44.57 | 86.49 | - |
| YUV | 174.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 237 | 0.42 | 0.24 | 0 | 0.07 | 213.94 | 0.73 | 0.74 |
| Hex | 8A | B5 | ED | 2A | 18 | 0 | 7 | D6 | 49 | 4A |
| Octal | 212 | 265 | 355 | 52 | 30 | 0 | 7 | 326 | 111 | 112 |
| Binary | 10001010 | 10110101 | 11101101 | 101010 | 11000 | 0 | 111 | 11010110 | 1001001 | 1001010 |
Color Harmonies of #8AB5ED
Complementary color
Monochromatic Colors of #8AB5ED
Black with #8AB5ED
Text Example
Text Example
White with #8AB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB5ED; }
p { color: rgb(138,181,237); }
H1.HeaderClassName
{
color: #8AB5ED;
}
.AnyTagClassName
{
color: #8AB5ED;
}
</style>
background-color css
<style>
a { background-color: #8AB5ED; }
a { background-color: rgb(138,181,237); }
div.DivClassName
{
background-color: #8AB5ED;
}
.BgClassName
{
background-color: #8AB5ED;
}
</style>
border-color css
<style>
span { border-color: #8AB5ED; }
span { border-color: rgb(138,181,237); }
td.TdClassName
{
border-color: #8AB5ED;
}
.TagClassName
{
border-color: #8AB5ED;
}
</style>