Shades of Jordy Blue #8CAEFC
Tints of Jordy Blue #8CAEFC
RGB
CMYK
RGB Variations
Color information
#8CAEFC (or 0x8CAEFC) is known color: Jordy Blue. HEX triplet: 8C, AE and FC. RGB value is (140,174,252). Sum of RGB (Red+Green+Blue) = 140+174+252=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAEFC is #735103. Grayscale: #ACACAC. Windows color (decimal): -7557380 or 16559756. OLE color: 16559756.
HSL color Cylindrical-coordinate representation of color #8CAEFC: hue angle of 221.79º 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 #8CAEFC is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 174 | 252 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.01 |
| HSL | 221.79º | 0.95% | 0.77% | - |
| HSV(B) | 221.79º | 0.44% | 0.99% | - |
| XYZ | 43.52 | 42.88 | 98.08 | - |
| YUV | 172.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 252 | 0.44 | 0.31 | 0 | 0.01 | 221.79 | 0.95 | 0.77 |
| Hex | 8C | AE | FC | 2C | 1F | 0 | 1 | DE | 5F | 4D |
| Octal | 214 | 256 | 374 | 54 | 37 | 0 | 1 | 336 | 137 | 115 |
| Binary | 10001100 | 10101110 | 11111100 | 101100 | 11111 | 0 | 1 | 11011110 | 1011111 | 1001101 |
Color Harmonies of #8CAEFC
Complementary color
Monochromatic Colors of #8CAEFC
Black with #8CAEFC
Text Example
Text Example
White with #8CAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEFC; }
p { color: rgb(140,174,252); }
H1.HeaderClassName
{
color: #8CAEFC;
}
.AnyTagClassName
{
color: #8CAEFC;
}
</style>
background-color css
<style>
a { background-color: #8CAEFC; }
a { background-color: rgb(140,174,252); }
div.DivClassName
{
background-color: #8CAEFC;
}
.BgClassName
{
background-color: #8CAEFC;
}
</style>
border-color css
<style>
span { border-color: #8CAEFC; }
span { border-color: rgb(140,174,252); }
td.TdClassName
{
border-color: #8CAEFC;
}
.TagClassName
{
border-color: #8CAEFC;
}
</style>