Shades of Jordy Blue #8CAFF6
Tints of Jordy Blue #8CAFF6
RGB
CMYK
RGB Variations
Color information
#8CAFF6 (or 0x8CAFF6) is known color: Jordy Blue. HEX triplet: 8C, AF and F6. RGB value is (140,175,246). Sum of RGB (Red+Green+Blue) = 140+175+246=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #8CAFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAFF6 is #735009. Grayscale: #ACACAC. Windows color (decimal): -7557130 or 16166796. OLE color: 16166796.
HSL color Cylindrical-coordinate representation of color #8CAFF6: hue angle of 220.19º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CAFF6 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 175 | 246 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.04 |
| HSL | 220.19º | 0.85% | 0.76% | - |
| HSV(B) | 220.19º | 0.43% | 0.96% | - |
| XYZ | 42.78 | 42.89 | 93.21 | - |
| YUV | 172.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 246 | 0.43 | 0.29 | 0 | 0.04 | 220.19 | 0.85 | 0.76 |
| Hex | 8C | AF | F6 | 2B | 1D | 0 | 4 | DC | 55 | 4C |
| Octal | 214 | 257 | 366 | 53 | 35 | 0 | 4 | 334 | 125 | 114 |
| Binary | 10001100 | 10101111 | 11110110 | 101011 | 11101 | 0 | 100 | 11011100 | 1010101 | 1001100 |
Color Harmonies of #8CAFF6
Complementary color
Monochromatic Colors of #8CAFF6
Black with #8CAFF6
Text Example
Text Example
White with #8CAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFF6; }
p { color: rgb(140,175,246); }
H1.HeaderClassName
{
color: #8CAFF6;
}
.AnyTagClassName
{
color: #8CAFF6;
}
</style>
background-color css
<style>
a { background-color: #8CAFF6; }
a { background-color: rgb(140,175,246); }
div.DivClassName
{
background-color: #8CAFF6;
}
.BgClassName
{
background-color: #8CAFF6;
}
</style>
border-color css
<style>
span { border-color: #8CAFF6; }
span { border-color: rgb(140,175,246); }
td.TdClassName
{
border-color: #8CAFF6;
}
.TagClassName
{
border-color: #8CAFF6;
}
</style>