Shades of Jordy Blue #8FADF0
Tints of Jordy Blue #8FADF0
RGB
CMYK
RGB Variations
Color information
#8FADF0 (or 0x8FADF0) is known color: Jordy Blue. HEX triplet: 8F, AD and F0. RGB value is (143,173,240). Sum of RGB (Red+Green+Blue) = 143+173+240=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADF0 is #70520F. Grayscale: #ABABAB. Windows color (decimal): -7361040 or 15773071. OLE color: 15773071.
HSL color Cylindrical-coordinate representation of color #8FADF0: hue angle of 221.44º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FADF0 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 173 | 240 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.06 |
| HSL | 221.44º | 0.76% | 0.75% | - |
| HSV(B) | 221.44º | 0.4% | 0.94% | - |
| XYZ | 42 | 42.02 | 88.33 | - |
| YUV | 171.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 240 | 0.40 | 0.28 | 0 | 0.06 | 221.44 | 0.76 | 0.75 |
| Hex | 8F | AD | F0 | 28 | 1C | 0 | 6 | DD | 4C | 4B |
| Octal | 217 | 255 | 360 | 50 | 34 | 0 | 6 | 335 | 114 | 113 |
| Binary | 10001111 | 10101101 | 11110000 | 101000 | 11100 | 0 | 110 | 11011101 | 1001100 | 1001011 |
Color Harmonies of #8FADF0
Complementary color
Monochromatic Colors of #8FADF0
Black with #8FADF0
Text Example
Text Example
White with #8FADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADF0; }
p { color: rgb(143,173,240); }
H1.HeaderClassName
{
color: #8FADF0;
}
.AnyTagClassName
{
color: #8FADF0;
}
</style>
background-color css
<style>
a { background-color: #8FADF0; }
a { background-color: rgb(143,173,240); }
div.DivClassName
{
background-color: #8FADF0;
}
.BgClassName
{
background-color: #8FADF0;
}
</style>
border-color css
<style>
span { border-color: #8FADF0; }
span { border-color: rgb(143,173,240); }
td.TdClassName
{
border-color: #8FADF0;
}
.TagClassName
{
border-color: #8FADF0;
}
</style>