Shades of Jordy Blue #8FAFEC
Tints of Jordy Blue #8FAFEC
RGB
CMYK
RGB Variations
Color information
#8FAFEC (or 0x8FAFEC) is known color: Jordy Blue. HEX triplet: 8F, AF and EC. RGB value is (143,175,236). Sum of RGB (Red+Green+Blue) = 143+175+236=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFEC is #705013. Grayscale: #ACACAC. Windows color (decimal): -7360532 or 15511439. OLE color: 15511439.
HSL color Cylindrical-coordinate representation of color #8FAFEC: hue angle of 219.35º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FAFEC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 175 | 236 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.07 |
| HSL | 219.35º | 0.71% | 0.74% | - |
| HSV(B) | 219.35º | 0.39% | 0.93% | - |
| XYZ | 41.8 | 42.56 | 85.37 | - |
| YUV | 172.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 236 | 0.39 | 0.26 | 0 | 0.07 | 219.35 | 0.71 | 0.74 |
| Hex | 8F | AF | EC | 27 | 1A | 0 | 7 | DB | 47 | 4A |
| Octal | 217 | 257 | 354 | 47 | 32 | 0 | 7 | 333 | 107 | 112 |
| Binary | 10001111 | 10101111 | 11101100 | 100111 | 11010 | 0 | 111 | 11011011 | 1000111 | 1001010 |
Color Harmonies of #8FAFEC
Complementary color
Monochromatic Colors of #8FAFEC
Black with #8FAFEC
Text Example
Text Example
White with #8FAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFEC; }
p { color: rgb(143,175,236); }
H1.HeaderClassName
{
color: #8FAFEC;
}
.AnyTagClassName
{
color: #8FAFEC;
}
</style>
background-color css
<style>
a { background-color: #8FAFEC; }
a { background-color: rgb(143,175,236); }
div.DivClassName
{
background-color: #8FAFEC;
}
.BgClassName
{
background-color: #8FAFEC;
}
</style>
border-color css
<style>
span { border-color: #8FAFEC; }
span { border-color: rgb(143,175,236); }
td.TdClassName
{
border-color: #8FAFEC;
}
.TagClassName
{
border-color: #8FAFEC;
}
</style>