Shades of Jordy Blue #8CAAEF
Tints of Jordy Blue #8CAAEF
RGB
CMYK
RGB Variations
Color information
#8CAAEF (or 0x8CAAEF) is known color: Jordy Blue. HEX triplet: 8C, AA and EF. RGB value is (140,170,239). Sum of RGB (Red+Green+Blue) = 140+170+239=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CAAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAEF is #735510. Grayscale: #A8A8A8. Windows color (decimal): -7558417 or 15706764. OLE color: 15706764.
HSL color Cylindrical-coordinate representation of color #8CAAEF: hue angle of 221.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CAAEF is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 170 | 239 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.06 |
| HSL | 221.82º | 0.76% | 0.74% | - |
| HSV(B) | 221.82º | 0.41% | 0.94% | - |
| XYZ | 40.77 | 40.56 | 87.34 | - |
| YUV | 168.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 239 | 0.41 | 0.29 | 0 | 0.06 | 221.82 | 0.76 | 0.74 |
| Hex | 8C | AA | EF | 29 | 1D | 0 | 6 | DE | 4C | 4A |
| Octal | 214 | 252 | 357 | 51 | 35 | 0 | 6 | 336 | 114 | 112 |
| Binary | 10001100 | 10101010 | 11101111 | 101001 | 11101 | 0 | 110 | 11011110 | 1001100 | 1001010 |
Color Harmonies of #8CAAEF
Complementary color
Monochromatic Colors of #8CAAEF
Black with #8CAAEF
Text Example
Text Example
White with #8CAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAEF; }
p { color: rgb(140,170,239); }
H1.HeaderClassName
{
color: #8CAAEF;
}
.AnyTagClassName
{
color: #8CAAEF;
}
</style>
background-color css
<style>
a { background-color: #8CAAEF; }
a { background-color: rgb(140,170,239); }
div.DivClassName
{
background-color: #8CAAEF;
}
.BgClassName
{
background-color: #8CAAEF;
}
</style>
border-color css
<style>
span { border-color: #8CAAEF; }
span { border-color: rgb(140,170,239); }
td.TdClassName
{
border-color: #8CAAEF;
}
.TagClassName
{
border-color: #8CAAEF;
}
</style>