Shades of Jordy Blue #8CAAEE
Tints of Jordy Blue #8CAAEE
RGB
CMYK
RGB Variations
Color information
#8CAAEE (or 0x8CAAEE) is known color: Jordy Blue. HEX triplet: 8C, AA and EE. RGB value is (140,170,238). Sum of RGB (Red+Green+Blue) = 140+170+238=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAEE is #735511. Grayscale: #A8A8A8. Windows color (decimal): -7558418 or 15641228. OLE color: 15641228.
HSL color Cylindrical-coordinate representation of color #8CAAEE: hue angle of 221.63º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CAAEE is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 170 | 238 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.07 |
| HSL | 221.63º | 0.74% | 0.74% | - |
| HSV(B) | 221.63º | 0.41% | 0.93% | - |
| XYZ | 40.62 | 40.5 | 86.56 | - |
| YUV | 168.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 238 | 0.41 | 0.29 | 0 | 0.07 | 221.63 | 0.74 | 0.74 |
| Hex | 8C | AA | EE | 29 | 1D | 0 | 7 | DE | 4A | 4A |
| Octal | 214 | 252 | 356 | 51 | 35 | 0 | 7 | 336 | 112 | 112 |
| Binary | 10001100 | 10101010 | 11101110 | 101001 | 11101 | 0 | 111 | 11011110 | 1001010 | 1001010 |
Color Harmonies of #8CAAEE
Complementary color
Monochromatic Colors of #8CAAEE
Black with #8CAAEE
Text Example
Text Example
White with #8CAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAEE; }
p { color: rgb(140,170,238); }
H1.HeaderClassName
{
color: #8CAAEE;
}
.AnyTagClassName
{
color: #8CAAEE;
}
</style>
background-color css
<style>
a { background-color: #8CAAEE; }
a { background-color: rgb(140,170,238); }
div.DivClassName
{
background-color: #8CAAEE;
}
.BgClassName
{
background-color: #8CAAEE;
}
</style>
border-color css
<style>
span { border-color: #8CAAEE; }
span { border-color: rgb(140,170,238); }
td.TdClassName
{
border-color: #8CAAEE;
}
.TagClassName
{
border-color: #8CAAEE;
}
</style>