Shades of Jordy Blue #8CAEEB
Tints of Jordy Blue #8CAEEB
RGB
CMYK
RGB Variations
Color information
#8CAEEB (or 0x8CAEEB) is known color: Jordy Blue. HEX triplet: 8C, AE and EB. RGB value is (140,174,235). Sum of RGB (Red+Green+Blue) = 140+174+235=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAEEB is #735114. Grayscale: #AAAAAA. Windows color (decimal): -7557397 or 15445644. OLE color: 15445644.
HSL color Cylindrical-coordinate representation of color #8CAEEB: hue angle of 218.53º 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 #8CAEEB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 174 | 235 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.08 |
| HSL | 218.53º | 0.7% | 0.74% | - |
| HSV(B) | 218.53º | 0.4% | 0.92% | - |
| XYZ | 40.95 | 41.85 | 84.52 | - |
| YUV | 170.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 235 | 0.40 | 0.26 | 0 | 0.08 | 218.53 | 0.7 | 0.74 |
| Hex | 8C | AE | EB | 28 | 1A | 0 | 8 | DB | 46 | 4A |
| Octal | 214 | 256 | 353 | 50 | 32 | 0 | 10 | 333 | 106 | 112 |
| Binary | 10001100 | 10101110 | 11101011 | 101000 | 11010 | 0 | 1000 | 11011011 | 1000110 | 1001010 |
Color Harmonies of #8CAEEB
Complementary color
Monochromatic Colors of #8CAEEB
Black with #8CAEEB
Text Example
Text Example
White with #8CAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEEB; }
p { color: rgb(140,174,235); }
H1.HeaderClassName
{
color: #8CAEEB;
}
.AnyTagClassName
{
color: #8CAEEB;
}
</style>
background-color css
<style>
a { background-color: #8CAEEB; }
a { background-color: rgb(140,174,235); }
div.DivClassName
{
background-color: #8CAEEB;
}
.BgClassName
{
background-color: #8CAEEB;
}
</style>
border-color css
<style>
span { border-color: #8CAEEB; }
span { border-color: rgb(140,174,235); }
td.TdClassName
{
border-color: #8CAEEB;
}
.TagClassName
{
border-color: #8CAEEB;
}
</style>