Shades of Jordy Blue #8FB4EE
Tints of Jordy Blue #8FB4EE
RGB
CMYK
RGB Variations
Color information
#8FB4EE (or 0x8FB4EE) is known color: Jordy Blue. HEX triplet: 8F, B4 and EE. RGB value is (143,180,238). Sum of RGB (Red+Green+Blue) = 143+180+238=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FB4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB4EE is #704B11. Grayscale: #AFAFAF. Windows color (decimal): -7359250 or 15643791. OLE color: 15643791.
HSL color Cylindrical-coordinate representation of color #8FB4EE: hue angle of 216.63º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FB4EE is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 180 | 238 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.07 |
| HSL | 216.63º | 0.74% | 0.75% | - |
| HSV(B) | 216.63º | 0.4% | 0.93% | - |
| XYZ | 43.08 | 44.66 | 87.24 | - |
| YUV | 175.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 238 | 0.40 | 0.24 | 0 | 0.07 | 216.63 | 0.74 | 0.75 |
| Hex | 8F | B4 | EE | 28 | 18 | 0 | 7 | D9 | 4A | 4B |
| Octal | 217 | 264 | 356 | 50 | 30 | 0 | 7 | 331 | 112 | 113 |
| Binary | 10001111 | 10110100 | 11101110 | 101000 | 11000 | 0 | 111 | 11011001 | 1001010 | 1001011 |
Color Harmonies of #8FB4EE
Complementary color
Monochromatic Colors of #8FB4EE
Black with #8FB4EE
Text Example
Text Example
White with #8FB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4EE; }
p { color: rgb(143,180,238); }
H1.HeaderClassName
{
color: #8FB4EE;
}
.AnyTagClassName
{
color: #8FB4EE;
}
</style>
background-color css
<style>
a { background-color: #8FB4EE; }
a { background-color: rgb(143,180,238); }
div.DivClassName
{
background-color: #8FB4EE;
}
.BgClassName
{
background-color: #8FB4EE;
}
</style>
border-color css
<style>
span { border-color: #8FB4EE; }
span { border-color: rgb(143,180,238); }
td.TdClassName
{
border-color: #8FB4EE;
}
.TagClassName
{
border-color: #8FB4EE;
}
</style>