Shades of Jordy Blue #8DAAF2
Tints of Jordy Blue #8DAAF2
RGB
CMYK
RGB Variations
Color information
#8DAAF2 (or 0x8DAAF2) is known color: Jordy Blue. HEX triplet: 8D, AA and F2. RGB value is (141,170,242). Sum of RGB (Red+Green+Blue) = 141+170+242=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DAAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAF2 is #72550D. Grayscale: #A9A9A9. Windows color (decimal): -7492878 or 15903373. OLE color: 15903373.
HSL color Cylindrical-coordinate representation of color #8DAAF2: hue angle of 222.77º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DAAF2 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 170 | 242 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.05 |
| HSL | 222.77º | 0.8% | 0.75% | - |
| HSV(B) | 222.77º | 0.42% | 0.95% | - |
| XYZ | 41.39 | 40.82 | 89.7 | - |
| YUV | 169.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 242 | 0.42 | 0.30 | 0 | 0.05 | 222.77 | 0.8 | 0.75 |
| Hex | 8D | AA | F2 | 2A | 1E | 0 | 5 | DF | 50 | 4B |
| Octal | 215 | 252 | 362 | 52 | 36 | 0 | 5 | 337 | 120 | 113 |
| Binary | 10001101 | 10101010 | 11110010 | 101010 | 11110 | 0 | 101 | 11011111 | 1010000 | 1001011 |
Color Harmonies of #8DAAF2
Complementary color
Monochromatic Colors of #8DAAF2
Black with #8DAAF2
Text Example
Text Example
White with #8DAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAF2; }
p { color: rgb(141,170,242); }
H1.HeaderClassName
{
color: #8DAAF2;
}
.AnyTagClassName
{
color: #8DAAF2;
}
</style>
background-color css
<style>
a { background-color: #8DAAF2; }
a { background-color: rgb(141,170,242); }
div.DivClassName
{
background-color: #8DAAF2;
}
.BgClassName
{
background-color: #8DAAF2;
}
</style>
border-color css
<style>
span { border-color: #8DAAF2; }
span { border-color: rgb(141,170,242); }
td.TdClassName
{
border-color: #8DAAF2;
}
.TagClassName
{
border-color: #8DAAF2;
}
</style>