Shades of Jordy Blue #8FACEC
Tints of Jordy Blue #8FACEC
RGB
CMYK
RGB Variations
Color information
#8FACEC (or 0x8FACEC) is known color: Jordy Blue. HEX triplet: 8F, AC and EC. RGB value is (143,172,236). Sum of RGB (Red+Green+Blue) = 143+172+236=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACEC is #705313. Grayscale: #AAAAAA. Windows color (decimal): -7361300 or 15510671. OLE color: 15510671.
HSL color Cylindrical-coordinate representation of color #8FACEC: hue angle of 221.29º 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 #8FACEC is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 172 | 236 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.07 |
| HSL | 221.29º | 0.71% | 0.74% | - |
| HSV(B) | 221.29º | 0.39% | 0.93% | - |
| XYZ | 41.22 | 41.4 | 85.18 | - |
| YUV | 170.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 236 | 0.39 | 0.27 | 0 | 0.07 | 221.29 | 0.71 | 0.74 |
| Hex | 8F | AC | EC | 27 | 1B | 0 | 7 | DD | 47 | 4A |
| Octal | 217 | 254 | 354 | 47 | 33 | 0 | 7 | 335 | 107 | 112 |
| Binary | 10001111 | 10101100 | 11101100 | 100111 | 11011 | 0 | 111 | 11011101 | 1000111 | 1001010 |
Color Harmonies of #8FACEC
Complementary color
Monochromatic Colors of #8FACEC
Black with #8FACEC
Text Example
Text Example
White with #8FACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACEC; }
p { color: rgb(143,172,236); }
H1.HeaderClassName
{
color: #8FACEC;
}
.AnyTagClassName
{
color: #8FACEC;
}
</style>
background-color css
<style>
a { background-color: #8FACEC; }
a { background-color: rgb(143,172,236); }
div.DivClassName
{
background-color: #8FACEC;
}
.BgClassName
{
background-color: #8FACEC;
}
</style>
border-color css
<style>
span { border-color: #8FACEC; }
span { border-color: rgb(143,172,236); }
td.TdClassName
{
border-color: #8FACEC;
}
.TagClassName
{
border-color: #8FACEC;
}
</style>