Shades of Jordy Blue #8CAFEF
Tints of Jordy Blue #8CAFEF
RGB
CMYK
RGB Variations
Color information
#8CAFEF (or 0x8CAFEF) is known color: Jordy Blue. HEX triplet: 8C, AF and EF. RGB value is (140,175,239). Sum of RGB (Red+Green+Blue) = 140+175+239=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CAFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAFEF is #735010. Grayscale: #ABABAB. Windows color (decimal): -7557137 or 15708044. OLE color: 15708044.
HSL color Cylindrical-coordinate representation of color #8CAFEF: hue angle of 218.79º 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 #8CAFEF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 175 | 239 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.06 |
| HSL | 218.79º | 0.76% | 0.74% | - |
| HSV(B) | 218.79º | 0.41% | 0.94% | - |
| XYZ | 41.73 | 42.47 | 87.66 | - |
| YUV | 171.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 239 | 0.41 | 0.27 | 0 | 0.06 | 218.79 | 0.76 | 0.74 |
| Hex | 8C | AF | EF | 29 | 1B | 0 | 6 | DB | 4C | 4A |
| Octal | 214 | 257 | 357 | 51 | 33 | 0 | 6 | 333 | 114 | 112 |
| Binary | 10001100 | 10101111 | 11101111 | 101001 | 11011 | 0 | 110 | 11011011 | 1001100 | 1001010 |
Color Harmonies of #8CAFEF
Complementary color
Monochromatic Colors of #8CAFEF
Black with #8CAFEF
Text Example
Text Example
White with #8CAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFEF; }
p { color: rgb(140,175,239); }
H1.HeaderClassName
{
color: #8CAFEF;
}
.AnyTagClassName
{
color: #8CAFEF;
}
</style>
background-color css
<style>
a { background-color: #8CAFEF; }
a { background-color: rgb(140,175,239); }
div.DivClassName
{
background-color: #8CAFEF;
}
.BgClassName
{
background-color: #8CAFEF;
}
</style>
border-color css
<style>
span { border-color: #8CAFEF; }
span { border-color: rgb(140,175,239); }
td.TdClassName
{
border-color: #8CAFEF;
}
.TagClassName
{
border-color: #8CAFEF;
}
</style>