Shades of Jordy Blue #8CAAEB
Tints of Jordy Blue #8CAAEB
RGB
CMYK
RGB Variations
Color information
#8CAAEB (or 0x8CAAEB) is known color: Jordy Blue. HEX triplet: 8C, AA and EB. RGB value is (140,170,235). Sum of RGB (Red+Green+Blue) = 140+170+235=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAEB is #735514. Grayscale: #A8A8A8. Windows color (decimal): -7558421 or 15444620. OLE color: 15444620.
HSL color Cylindrical-coordinate representation of color #8CAAEB: hue angle of 221.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CAAEB is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 170 | 235 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.08 |
| HSL | 221.05º | 0.7% | 0.74% | - |
| HSV(B) | 221.05º | 0.4% | 0.92% | - |
| XYZ | 40.19 | 40.32 | 84.26 | - |
| YUV | 168.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 235 | 0.40 | 0.28 | 0 | 0.08 | 221.05 | 0.7 | 0.74 |
| Hex | 8C | AA | EB | 28 | 1C | 0 | 8 | DD | 46 | 4A |
| Octal | 214 | 252 | 353 | 50 | 34 | 0 | 10 | 335 | 106 | 112 |
| Binary | 10001100 | 10101010 | 11101011 | 101000 | 11100 | 0 | 1000 | 11011101 | 1000110 | 1001010 |
Color Harmonies of #8CAAEB
Complementary color
Monochromatic Colors of #8CAAEB
Black with #8CAAEB
Text Example
Text Example
White with #8CAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAEB; }
p { color: rgb(140,170,235); }
H1.HeaderClassName
{
color: #8CAAEB;
}
.AnyTagClassName
{
color: #8CAAEB;
}
</style>
background-color css
<style>
a { background-color: #8CAAEB; }
a { background-color: rgb(140,170,235); }
div.DivClassName
{
background-color: #8CAAEB;
}
.BgClassName
{
background-color: #8CAAEB;
}
</style>
border-color css
<style>
span { border-color: #8CAAEB; }
span { border-color: rgb(140,170,235); }
td.TdClassName
{
border-color: #8CAAEB;
}
.TagClassName
{
border-color: #8CAAEB;
}
</style>