Shades of Jordy Blue #8FB1EE
Tints of Jordy Blue #8FB1EE
RGB
CMYK
RGB Variations
Color information
#8FB1EE (or 0x8FB1EE) is known color: Jordy Blue. HEX triplet: 8F, B1 and EE. RGB value is (143,177,238). Sum of RGB (Red+Green+Blue) = 143+177+238=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FB1EE is #704E11. Grayscale: #ADADAD. Windows color (decimal): -7360018 or 15643023. OLE color: 15643023.
HSL color Cylindrical-coordinate representation of color #8FB1EE: hue angle of 218.53º 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 #8FB1EE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 177 | 238 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.07 |
| HSL | 218.53º | 0.74% | 0.75% | - |
| HSV(B) | 218.53º | 0.4% | 0.93% | - |
| XYZ | 42.48 | 43.46 | 87.04 | - |
| YUV | 173.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 238 | 0.40 | 0.26 | 0 | 0.07 | 218.53 | 0.74 | 0.75 |
| Hex | 8F | B1 | EE | 28 | 1A | 0 | 7 | DB | 4A | 4B |
| Octal | 217 | 261 | 356 | 50 | 32 | 0 | 7 | 333 | 112 | 113 |
| Binary | 10001111 | 10110001 | 11101110 | 101000 | 11010 | 0 | 111 | 11011011 | 1001010 | 1001011 |
Color Harmonies of #8FB1EE
Complementary color
Monochromatic Colors of #8FB1EE
Black with #8FB1EE
Text Example
Text Example
White with #8FB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB1EE; }
p { color: rgb(143,177,238); }
H1.HeaderClassName
{
color: #8FB1EE;
}
.AnyTagClassName
{
color: #8FB1EE;
}
</style>
background-color css
<style>
a { background-color: #8FB1EE; }
a { background-color: rgb(143,177,238); }
div.DivClassName
{
background-color: #8FB1EE;
}
.BgClassName
{
background-color: #8FB1EE;
}
</style>
border-color css
<style>
span { border-color: #8FB1EE; }
span { border-color: rgb(143,177,238); }
td.TdClassName
{
border-color: #8FB1EE;
}
.TagClassName
{
border-color: #8FB1EE;
}
</style>