Shades of Jordy Blue #8AAEEB
Tints of Jordy Blue #8AAEEB
RGB
CMYK
RGB Variations
Color information
#8AAEEB (or 0x8AAEEB) is known color: Jordy Blue. HEX triplet: 8A, AE and EB. RGB value is (138,174,235). Sum of RGB (Red+Green+Blue) = 138+174+235=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEEB is #755114. Grayscale: #A9A9A9. Windows color (decimal): -7688469 or 15445642. OLE color: 15445642.
HSL color Cylindrical-coordinate representation of color #8AAEEB: hue angle of 217.73º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AAEEB is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 174 | 235 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.08 |
| HSL | 217.73º | 0.71% | 0.73% | - |
| HSV(B) | 217.73º | 0.41% | 0.92% | - |
| XYZ | 40.61 | 41.67 | 84.5 | - |
| YUV | 170.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 235 | 0.41 | 0.26 | 0 | 0.08 | 217.73 | 0.71 | 0.73 |
| Hex | 8A | AE | EB | 29 | 1A | 0 | 8 | DA | 47 | 49 |
| Octal | 212 | 256 | 353 | 51 | 32 | 0 | 10 | 332 | 107 | 111 |
| Binary | 10001010 | 10101110 | 11101011 | 101001 | 11010 | 0 | 1000 | 11011010 | 1000111 | 1001001 |
Color Harmonies of #8AAEEB
Complementary color
Monochromatic Colors of #8AAEEB
Black with #8AAEEB
Text Example
Text Example
White with #8AAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEEB; }
p { color: rgb(138,174,235); }
H1.HeaderClassName
{
color: #8AAEEB;
}
.AnyTagClassName
{
color: #8AAEEB;
}
</style>
background-color css
<style>
a { background-color: #8AAEEB; }
a { background-color: rgb(138,174,235); }
div.DivClassName
{
background-color: #8AAEEB;
}
.BgClassName
{
background-color: #8AAEEB;
}
</style>
border-color css
<style>
span { border-color: #8AAEEB; }
span { border-color: rgb(138,174,235); }
td.TdClassName
{
border-color: #8AAEEB;
}
.TagClassName
{
border-color: #8AAEEB;
}
</style>