Shades of Jordy Blue #8CAFE4
Tints of Jordy Blue #8CAFE4
RGB
CMYK
RGB Variations
Color information
#8CAFE4 (or 0x8CAFE4) is known color: Jordy Blue. HEX triplet: 8C, AF and E4. RGB value is (140,175,228). Sum of RGB (Red+Green+Blue) = 140+175+228=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #8CAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFE4 is #73501B. Grayscale: #AAAAAA. Windows color (decimal): -7557148 or 14987148. OLE color: 14987148.
HSL color Cylindrical-coordinate representation of color #8CAFE4: hue angle of 216.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CAFE4 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 175 | 228 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.11 |
| HSL | 216.14º | 0.62% | 0.72% | - |
| HSV(B) | 216.14º | 0.39% | 0.89% | - |
| XYZ | 40.15 | 41.84 | 79.36 | - |
| YUV | 170.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 228 | 0.39 | 0.23 | 0 | 0.11 | 216.14 | 0.62 | 0.72 |
| Hex | 8C | AF | E4 | 27 | 17 | 0 | B | D8 | 3E | 48 |
| Octal | 214 | 257 | 344 | 47 | 27 | 0 | 13 | 330 | 76 | 110 |
| Binary | 10001100 | 10101111 | 11100100 | 100111 | 10111 | 0 | 1011 | 11011000 | 111110 | 1001000 |
Color Harmonies of #8CAFE4
Complementary color
Monochromatic Colors of #8CAFE4
Black with #8CAFE4
Text Example
Text Example
White with #8CAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFE4; }
p { color: rgb(140,175,228); }
H1.HeaderClassName
{
color: #8CAFE4;
}
.AnyTagClassName
{
color: #8CAFE4;
}
</style>
background-color css
<style>
a { background-color: #8CAFE4; }
a { background-color: rgb(140,175,228); }
div.DivClassName
{
background-color: #8CAFE4;
}
.BgClassName
{
background-color: #8CAFE4;
}
</style>
border-color css
<style>
span { border-color: #8CAFE4; }
span { border-color: rgb(140,175,228); }
td.TdClassName
{
border-color: #8CAFE4;
}
.TagClassName
{
border-color: #8CAFE4;
}
</style>