Shades of Jordy Blue #8CAAFC
Tints of Jordy Blue #8CAAFC
RGB
CMYK
RGB Variations
Color information
#8CAAFC (or 0x8CAAFC) is known color: Jordy Blue. HEX triplet: 8C, AA and FC. RGB value is (140,170,252). Sum of RGB (Red+Green+Blue) = 140+170+252=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAFC is #735503. Grayscale: #AAAAAA. Windows color (decimal): -7558404 or 16558732. OLE color: 16558732.
HSL color Cylindrical-coordinate representation of color #8CAAFC: hue angle of 223.93º 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 #8CAAFC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 170 | 252 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.01 |
| HSL | 223.93º | 0.95% | 0.77% | - |
| HSV(B) | 223.93º | 0.44% | 0.99% | - |
| XYZ | 42.76 | 41.35 | 97.82 | - |
| YUV | 170.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 252 | 0.44 | 0.33 | 0 | 0.01 | 223.93 | 0.95 | 0.77 |
| Hex | 8C | AA | FC | 2C | 21 | 0 | 1 | E0 | 5F | 4D |
| Octal | 214 | 252 | 374 | 54 | 41 | 0 | 1 | 340 | 137 | 115 |
| Binary | 10001100 | 10101010 | 11111100 | 101100 | 100001 | 0 | 1 | 11100000 | 1011111 | 1001101 |
Color Harmonies of #8CAAFC
Complementary color
Monochromatic Colors of #8CAAFC
Black with #8CAAFC
Text Example
Text Example
White with #8CAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAFC; }
p { color: rgb(140,170,252); }
H1.HeaderClassName
{
color: #8CAAFC;
}
.AnyTagClassName
{
color: #8CAAFC;
}
</style>
background-color css
<style>
a { background-color: #8CAAFC; }
a { background-color: rgb(140,170,252); }
div.DivClassName
{
background-color: #8CAAFC;
}
.BgClassName
{
background-color: #8CAAFC;
}
</style>
border-color css
<style>
span { border-color: #8CAAFC; }
span { border-color: rgb(140,170,252); }
td.TdClassName
{
border-color: #8CAAFC;
}
.TagClassName
{
border-color: #8CAAFC;
}
</style>