Shades of Jordy Blue #8CADFD
Tints of Jordy Blue #8CADFD
RGB
CMYK
RGB Variations
Color information
#8CADFD (or 0x8CADFD) is known color: Jordy Blue. HEX triplet: 8C, AD and FD. RGB value is (140,173,253). Sum of RGB (Red+Green+Blue) = 140+173+253=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CADFD is #735202. Grayscale: #ABABAB. Windows color (decimal): -7557635 or 16625036. OLE color: 16625036.
HSL color Cylindrical-coordinate representation of color #8CADFD: hue angle of 222.48º 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 #8CADFD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 173 | 253 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.01 |
| HSL | 222.48º | 0.97% | 0.77% | - |
| HSV(B) | 222.48º | 0.45% | 0.99% | - |
| XYZ | 43.49 | 42.55 | 98.85 | - |
| YUV | 172.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 253 | 0.45 | 0.32 | 0 | 0.01 | 222.48 | 0.97 | 0.77 |
| Hex | 8C | AD | FD | 2D | 20 | 0 | 1 | DE | 61 | 4D |
| Octal | 214 | 255 | 375 | 55 | 40 | 0 | 1 | 336 | 141 | 115 |
| Binary | 10001100 | 10101101 | 11111101 | 101101 | 100000 | 0 | 1 | 11011110 | 1100001 | 1001101 |
Color Harmonies of #8CADFD
Complementary color
Monochromatic Colors of #8CADFD
Black with #8CADFD
Text Example
Text Example
White with #8CADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADFD; }
p { color: rgb(140,173,253); }
H1.HeaderClassName
{
color: #8CADFD;
}
.AnyTagClassName
{
color: #8CADFD;
}
</style>
background-color css
<style>
a { background-color: #8CADFD; }
a { background-color: rgb(140,173,253); }
div.DivClassName
{
background-color: #8CADFD;
}
.BgClassName
{
background-color: #8CADFD;
}
</style>
border-color css
<style>
span { border-color: #8CADFD; }
span { border-color: rgb(140,173,253); }
td.TdClassName
{
border-color: #8CADFD;
}
.TagClassName
{
border-color: #8CADFD;
}
</style>