Shades of Jordy Blue #8FADEB
Tints of Jordy Blue #8FADEB
RGB
CMYK
RGB Variations
Color information
#8FADEB (or 0x8FADEB) is known color: Jordy Blue. HEX triplet: 8F, AD and EB. RGB value is (143,173,235). Sum of RGB (Red+Green+Blue) = 143+173+235=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADEB is #705214. Grayscale: #AAAAAA. Windows color (decimal): -7361045 or 15445391. OLE color: 15445391.
HSL color Cylindrical-coordinate representation of color #8FADEB: hue angle of 220.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FADEB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 173 | 235 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.08 |
| HSL | 220.43º | 0.7% | 0.74% | - |
| HSV(B) | 220.43º | 0.39% | 0.92% | - |
| XYZ | 41.27 | 41.72 | 84.48 | - |
| YUV | 171.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 235 | 0.39 | 0.26 | 0 | 0.08 | 220.43 | 0.7 | 0.74 |
| Hex | 8F | AD | EB | 27 | 1A | 0 | 8 | DC | 46 | 4A |
| Octal | 217 | 255 | 353 | 47 | 32 | 0 | 10 | 334 | 106 | 112 |
| Binary | 10001111 | 10101101 | 11101011 | 100111 | 11010 | 0 | 1000 | 11011100 | 1000110 | 1001010 |
Color Harmonies of #8FADEB
Complementary color
Monochromatic Colors of #8FADEB
Black with #8FADEB
Text Example
Text Example
White with #8FADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADEB; }
p { color: rgb(143,173,235); }
H1.HeaderClassName
{
color: #8FADEB;
}
.AnyTagClassName
{
color: #8FADEB;
}
</style>
background-color css
<style>
a { background-color: #8FADEB; }
a { background-color: rgb(143,173,235); }
div.DivClassName
{
background-color: #8FADEB;
}
.BgClassName
{
background-color: #8FADEB;
}
</style>
border-color css
<style>
span { border-color: #8FADEB; }
span { border-color: rgb(143,173,235); }
td.TdClassName
{
border-color: #8FADEB;
}
.TagClassName
{
border-color: #8FADEB;
}
</style>