Shades of Jordy Blue #8AB5EE
Tints of Jordy Blue #8AB5EE
RGB
CMYK
RGB Variations
Color information
#8AB5EE (or 0x8AB5EE) is known color: Jordy Blue. HEX triplet: 8A, B5 and EE. RGB value is (138,181,238). Sum of RGB (Red+Green+Blue) = 138+181+238=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AB5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB5EE is #754A11. Grayscale: #AEAEAE. Windows color (decimal): -7686674 or 15644042. OLE color: 15644042.
HSL color Cylindrical-coordinate representation of color #8AB5EE: hue angle of 214.2º degrees, saturation: 0.75, 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 #8AB5EE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 181 | 238 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.07 |
| HSL | 214.2º | 0.75% | 0.74% | - |
| HSV(B) | 214.2º | 0.42% | 0.93% | - |
| XYZ | 42.44 | 44.62 | 87.27 | - |
| YUV | 174.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 238 | 0.42 | 0.24 | 0 | 0.07 | 214.2 | 0.75 | 0.74 |
| Hex | 8A | B5 | EE | 2A | 18 | 0 | 7 | D6 | 4B | 4A |
| Octal | 212 | 265 | 356 | 52 | 30 | 0 | 7 | 326 | 113 | 112 |
| Binary | 10001010 | 10110101 | 11101110 | 101010 | 11000 | 0 | 111 | 11010110 | 1001011 | 1001010 |
Color Harmonies of #8AB5EE
Complementary color
Monochromatic Colors of #8AB5EE
Black with #8AB5EE
Text Example
Text Example
White with #8AB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB5EE; }
p { color: rgb(138,181,238); }
H1.HeaderClassName
{
color: #8AB5EE;
}
.AnyTagClassName
{
color: #8AB5EE;
}
</style>
background-color css
<style>
a { background-color: #8AB5EE; }
a { background-color: rgb(138,181,238); }
div.DivClassName
{
background-color: #8AB5EE;
}
.BgClassName
{
background-color: #8AB5EE;
}
</style>
border-color css
<style>
span { border-color: #8AB5EE; }
span { border-color: rgb(138,181,238); }
td.TdClassName
{
border-color: #8AB5EE;
}
.TagClassName
{
border-color: #8AB5EE;
}
</style>