Shades of Jordy Blue #8CAEF5
Tints of Jordy Blue #8CAEF5
RGB
CMYK
RGB Variations
Color information
#8CAEF5 (or 0x8CAEF5) is known color: Jordy Blue. HEX triplet: 8C, AE and F5. RGB value is (140,174,245). Sum of RGB (Red+Green+Blue) = 140+174+245=559 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25.04% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #8CAEF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAEF5 is #73510A. Grayscale: #ABABAB. Windows color (decimal): -7557387 or 16101004. OLE color: 16101004.
HSL color Cylindrical-coordinate representation of color #8CAEF5: hue angle of 220.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CAEF5 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 174 | 245 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.04 |
| HSL | 220.57º | 0.84% | 0.75% | - |
| HSV(B) | 220.57º | 0.43% | 0.96% | - |
| XYZ | 42.43 | 42.44 | 92.34 | - |
| YUV | 171.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 245 | 0.43 | 0.29 | 0 | 0.04 | 220.57 | 0.84 | 0.75 |
| Hex | 8C | AE | F5 | 2B | 1D | 0 | 4 | DD | 54 | 4B |
| Octal | 214 | 256 | 365 | 53 | 35 | 0 | 4 | 335 | 124 | 113 |
| Binary | 10001100 | 10101110 | 11110101 | 101011 | 11101 | 0 | 100 | 11011101 | 1010100 | 1001011 |
Color Harmonies of #8CAEF5
Complementary color
Monochromatic Colors of #8CAEF5
Black with #8CAEF5
Text Example
Text Example
White with #8CAEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEF5; }
p { color: rgb(140,174,245); }
H1.HeaderClassName
{
color: #8CAEF5;
}
.AnyTagClassName
{
color: #8CAEF5;
}
</style>
background-color css
<style>
a { background-color: #8CAEF5; }
a { background-color: rgb(140,174,245); }
div.DivClassName
{
background-color: #8CAEF5;
}
.BgClassName
{
background-color: #8CAEF5;
}
</style>
border-color css
<style>
span { border-color: #8CAEF5; }
span { border-color: rgb(140,174,245); }
td.TdClassName
{
border-color: #8CAEF5;
}
.TagClassName
{
border-color: #8CAEF5;
}
</style>