Shades of Jordy Blue #8CAFFC
Tints of Jordy Blue #8CAFFC
RGB
CMYK
RGB Variations
Color information
#8CAFFC (or 0x8CAFFC) is known color: Jordy Blue. HEX triplet: 8C, AF and FC. RGB value is (140,175,252). Sum of RGB (Red+Green+Blue) = 140+175+252=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CAFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAFFC is #735003. Grayscale: #ACACAC. Windows color (decimal): -7557124 or 16560012. OLE color: 16560012.
HSL color Cylindrical-coordinate representation of color #8CAFFC: hue angle of 221.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CAFFC is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 175 | 252 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.01 |
| HSL | 221.25º | 0.95% | 0.77% | - |
| HSV(B) | 221.25º | 0.44% | 0.99% | - |
| XYZ | 43.72 | 43.26 | 98.14 | - |
| YUV | 173.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 252 | 0.44 | 0.31 | 0 | 0.01 | 221.25 | 0.95 | 0.77 |
| Hex | 8C | AF | FC | 2C | 1F | 0 | 1 | DD | 5F | 4D |
| Octal | 214 | 257 | 374 | 54 | 37 | 0 | 1 | 335 | 137 | 115 |
| Binary | 10001100 | 10101111 | 11111100 | 101100 | 11111 | 0 | 1 | 11011101 | 1011111 | 1001101 |
Color Harmonies of #8CAFFC
Complementary color
Monochromatic Colors of #8CAFFC
Black with #8CAFFC
Text Example
Text Example
White with #8CAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFFC; }
p { color: rgb(140,175,252); }
H1.HeaderClassName
{
color: #8CAFFC;
}
.AnyTagClassName
{
color: #8CAFFC;
}
</style>
background-color css
<style>
a { background-color: #8CAFFC; }
a { background-color: rgb(140,175,252); }
div.DivClassName
{
background-color: #8CAFFC;
}
.BgClassName
{
background-color: #8CAFFC;
}
</style>
border-color css
<style>
span { border-color: #8CAFFC; }
span { border-color: rgb(140,175,252); }
td.TdClassName
{
border-color: #8CAFFC;
}
.TagClassName
{
border-color: #8CAFFC;
}
</style>