Shades of Jordy Blue #8AB6ED
Tints of Jordy Blue #8AB6ED
RGB
CMYK
RGB Variations
Color information
#8AB6ED (or 0x8AB6ED) is known color: Jordy Blue. HEX triplet: 8A, B6 and ED. RGB value is (138,182,237). Sum of RGB (Red+Green+Blue) = 138+182+237=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AB6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB6ED is #754912. Grayscale: #AEAEAE. Windows color (decimal): -7686419 or 15578762. OLE color: 15578762.
HSL color Cylindrical-coordinate representation of color #8AB6ED: hue angle of 213.33º 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 #8AB6ED is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 182 | 237 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.07 |
| HSL | 213.33º | 0.73% | 0.74% | - |
| HSV(B) | 213.33º | 0.42% | 0.93% | - |
| XYZ | 42.5 | 44.97 | 86.56 | - |
| YUV | 175.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 237 | 0.42 | 0.23 | 0 | 0.07 | 213.33 | 0.73 | 0.74 |
| Hex | 8A | B6 | ED | 2A | 17 | 0 | 7 | D5 | 49 | 4A |
| Octal | 212 | 266 | 355 | 52 | 27 | 0 | 7 | 325 | 111 | 112 |
| Binary | 10001010 | 10110110 | 11101101 | 101010 | 10111 | 0 | 111 | 11010101 | 1001001 | 1001010 |
Color Harmonies of #8AB6ED
Complementary color
Monochromatic Colors of #8AB6ED
Black with #8AB6ED
Text Example
Text Example
White with #8AB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6ED; }
p { color: rgb(138,182,237); }
H1.HeaderClassName
{
color: #8AB6ED;
}
.AnyTagClassName
{
color: #8AB6ED;
}
</style>
background-color css
<style>
a { background-color: #8AB6ED; }
a { background-color: rgb(138,182,237); }
div.DivClassName
{
background-color: #8AB6ED;
}
.BgClassName
{
background-color: #8AB6ED;
}
</style>
border-color css
<style>
span { border-color: #8AB6ED; }
span { border-color: rgb(138,182,237); }
td.TdClassName
{
border-color: #8AB6ED;
}
.TagClassName
{
border-color: #8AB6ED;
}
</style>