Shades of Jordy Blue #8CADFE
Tints of Jordy Blue #8CADFE
RGB
CMYK
RGB Variations
Color information
#8CADFE (or 0x8CADFE) is known color: Jordy Blue. HEX triplet: 8C, AD and FE. RGB value is (140,173,254). Sum of RGB (Red+Green+Blue) = 140+173+254=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CADFE is #735201. Grayscale: #ACACAC. Windows color (decimal): -7557634 or 16690572. OLE color: 16690572.
HSL color Cylindrical-coordinate representation of color #8CADFE: hue angle of 222.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CADFE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 173 | 254 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.00 |
| HSL | 222.63º | 0.98% | 0.77% | - |
| HSV(B) | 222.63º | 0.45% | 1% | - |
| XYZ | 43.65 | 42.62 | 99.69 | - |
| YUV | 172.37 | 174.07 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 254 | 0.45 | 0.32 | 0 | 0.00 | 222.63 | 0.98 | 0.77 |
| Hex | 8C | AD | FE | 2D | 20 | 0 | 0 | DF | 62 | 4D |
| Octal | 214 | 255 | 376 | 55 | 40 | 0 | 0 | 337 | 142 | 115 |
| Binary | 10001100 | 10101101 | 11111110 | 101101 | 100000 | 0 | 0 | 11011111 | 1100010 | 1001101 |
Color Harmonies of #8CADFE
Complementary color
Monochromatic Colors of #8CADFE
Black with #8CADFE
Text Example
Text Example
White with #8CADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADFE; }
p { color: rgb(140,173,254); }
H1.HeaderClassName
{
color: #8CADFE;
}
.AnyTagClassName
{
color: #8CADFE;
}
</style>
background-color css
<style>
a { background-color: #8CADFE; }
a { background-color: rgb(140,173,254); }
div.DivClassName
{
background-color: #8CADFE;
}
.BgClassName
{
background-color: #8CADFE;
}
</style>
border-color css
<style>
span { border-color: #8CADFE; }
span { border-color: rgb(140,173,254); }
td.TdClassName
{
border-color: #8CADFE;
}
.TagClassName
{
border-color: #8CADFE;
}
</style>