Shades of Jordy Blue #8CA8FD
Tints of Jordy Blue #8CA8FD
RGB
CMYK
RGB Variations
Color information
#8CA8FD (or 0x8CA8FD) is known color: Jordy Blue. HEX triplet: 8C, A8 and FD. RGB value is (140,168,253). Sum of RGB (Red+Green+Blue) = 140+168+253=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CA8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA8FD is #735702. Grayscale: #A8A8A8. Windows color (decimal): -7558915 or 16623756. OLE color: 16623756.
HSL color Cylindrical-coordinate representation of color #8CA8FD: hue angle of 225.13º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CA8FD is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 168 | 253 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.01 |
| HSL | 225.13º | 0.97% | 0.77% | - |
| HSV(B) | 225.13º | 0.45% | 0.99% | - |
| XYZ | 42.55 | 40.67 | 98.54 | - |
| YUV | 169.32 | 175.22 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 253 | 0.45 | 0.34 | 0 | 0.01 | 225.13 | 0.97 | 0.77 |
| Hex | 8C | A8 | FD | 2D | 22 | 0 | 1 | E1 | 61 | 4D |
| Octal | 214 | 250 | 375 | 55 | 42 | 0 | 1 | 341 | 141 | 115 |
| Binary | 10001100 | 10101000 | 11111101 | 101101 | 100010 | 0 | 1 | 11100001 | 1100001 | 1001101 |
Color Harmonies of #8CA8FD
Complementary color
Monochromatic Colors of #8CA8FD
Black with #8CA8FD
Text Example
Text Example
White with #8CA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8FD; }
p { color: rgb(140,168,253); }
H1.HeaderClassName
{
color: #8CA8FD;
}
.AnyTagClassName
{
color: #8CA8FD;
}
</style>
background-color css
<style>
a { background-color: #8CA8FD; }
a { background-color: rgb(140,168,253); }
div.DivClassName
{
background-color: #8CA8FD;
}
.BgClassName
{
background-color: #8CA8FD;
}
</style>
border-color css
<style>
span { border-color: #8CA8FD; }
span { border-color: rgb(140,168,253); }
td.TdClassName
{
border-color: #8CA8FD;
}
.TagClassName
{
border-color: #8CA8FD;
}
</style>