Shades of Jordy Blue #8CAEEF
Tints of Jordy Blue #8CAEEF
RGB
CMYK
RGB Variations
Color information
#8CAEEF (or 0x8CAEEF) is known color: Jordy Blue. HEX triplet: 8C, AE and EF. RGB value is (140,174,239). Sum of RGB (Red+Green+Blue) = 140+174+239=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAEEF is #735110. Grayscale: #AAAAAA. Windows color (decimal): -7557393 or 15707788. OLE color: 15707788.
HSL color Cylindrical-coordinate representation of color #8CAEEF: hue angle of 219.39º 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 #8CAEEF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 174 | 239 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.06 |
| HSL | 219.39º | 0.76% | 0.74% | - |
| HSV(B) | 219.39º | 0.41% | 0.94% | - |
| XYZ | 41.53 | 42.08 | 87.59 | - |
| YUV | 171.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 239 | 0.41 | 0.27 | 0 | 0.06 | 219.39 | 0.76 | 0.74 |
| Hex | 8C | AE | EF | 29 | 1B | 0 | 6 | DB | 4C | 4A |
| Octal | 214 | 256 | 357 | 51 | 33 | 0 | 6 | 333 | 114 | 112 |
| Binary | 10001100 | 10101110 | 11101111 | 101001 | 11011 | 0 | 110 | 11011011 | 1001100 | 1001010 |
Color Harmonies of #8CAEEF
Complementary color
Monochromatic Colors of #8CAEEF
Black with #8CAEEF
Text Example
Text Example
White with #8CAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEEF; }
p { color: rgb(140,174,239); }
H1.HeaderClassName
{
color: #8CAEEF;
}
.AnyTagClassName
{
color: #8CAEEF;
}
</style>
background-color css
<style>
a { background-color: #8CAEEF; }
a { background-color: rgb(140,174,239); }
div.DivClassName
{
background-color: #8CAEEF;
}
.BgClassName
{
background-color: #8CAEEF;
}
</style>
border-color css
<style>
span { border-color: #8CAEEF; }
span { border-color: rgb(140,174,239); }
td.TdClassName
{
border-color: #8CAEEF;
}
.TagClassName
{
border-color: #8CAEEF;
}
</style>