Shades of Jordy Blue #8CAFEE
Tints of Jordy Blue #8CAFEE
RGB
CMYK
RGB Variations
Color information
#8CAFEE (or 0x8CAFEE) is known color: Jordy Blue. HEX triplet: 8C, AF and EE. RGB value is (140,175,238). Sum of RGB (Red+Green+Blue) = 140+175+238=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAFEE is #735011. Grayscale: #ABABAB. Windows color (decimal): -7557138 or 15642508. OLE color: 15642508.
HSL color Cylindrical-coordinate representation of color #8CAFEE: hue angle of 218.57º 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 #8CAFEE is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 175 | 238 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.07 |
| HSL | 218.57º | 0.74% | 0.74% | - |
| HSV(B) | 218.57º | 0.41% | 0.93% | - |
| XYZ | 41.58 | 42.41 | 86.88 | - |
| YUV | 171.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 238 | 0.41 | 0.26 | 0 | 0.07 | 218.57 | 0.74 | 0.74 |
| Hex | 8C | AF | EE | 29 | 1A | 0 | 7 | DB | 4A | 4A |
| Octal | 214 | 257 | 356 | 51 | 32 | 0 | 7 | 333 | 112 | 112 |
| Binary | 10001100 | 10101111 | 11101110 | 101001 | 11010 | 0 | 111 | 11011011 | 1001010 | 1001010 |
Color Harmonies of #8CAFEE
Complementary color
Monochromatic Colors of #8CAFEE
Black with #8CAFEE
Text Example
Text Example
White with #8CAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFEE; }
p { color: rgb(140,175,238); }
H1.HeaderClassName
{
color: #8CAFEE;
}
.AnyTagClassName
{
color: #8CAFEE;
}
</style>
background-color css
<style>
a { background-color: #8CAFEE; }
a { background-color: rgb(140,175,238); }
div.DivClassName
{
background-color: #8CAFEE;
}
.BgClassName
{
background-color: #8CAFEE;
}
</style>
border-color css
<style>
span { border-color: #8CAFEE; }
span { border-color: rgb(140,175,238); }
td.TdClassName
{
border-color: #8CAFEE;
}
.TagClassName
{
border-color: #8CAFEE;
}
</style>