Shades of Jordy Blue #8DABF2
Tints of Jordy Blue #8DABF2
RGB
CMYK
RGB Variations
Color information
#8DABF2 (or 0x8DABF2) is known color: Jordy Blue. HEX triplet: 8D, AB and F2. RGB value is (141,171,242). Sum of RGB (Red+Green+Blue) = 141+171+242=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABF2 is #72540D. Grayscale: #A9A9A9. Windows color (decimal): -7492622 or 15903629. OLE color: 15903629.
HSL color Cylindrical-coordinate representation of color #8DABF2: hue angle of 222.18º 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 #8DABF2 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 171 | 242 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.05 |
| HSL | 222.18º | 0.8% | 0.75% | - |
| HSV(B) | 222.18º | 0.42% | 0.95% | - |
| XYZ | 41.57 | 41.2 | 89.77 | - |
| YUV | 170.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 242 | 0.42 | 0.29 | 0 | 0.05 | 222.18 | 0.8 | 0.75 |
| Hex | 8D | AB | F2 | 2A | 1D | 0 | 5 | DE | 50 | 4B |
| Octal | 215 | 253 | 362 | 52 | 35 | 0 | 5 | 336 | 120 | 113 |
| Binary | 10001101 | 10101011 | 11110010 | 101010 | 11101 | 0 | 101 | 11011110 | 1010000 | 1001011 |
Color Harmonies of #8DABF2
Complementary color
Monochromatic Colors of #8DABF2
Black with #8DABF2
Text Example
Text Example
White with #8DABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABF2; }
p { color: rgb(141,171,242); }
H1.HeaderClassName
{
color: #8DABF2;
}
.AnyTagClassName
{
color: #8DABF2;
}
</style>
background-color css
<style>
a { background-color: #8DABF2; }
a { background-color: rgb(141,171,242); }
div.DivClassName
{
background-color: #8DABF2;
}
.BgClassName
{
background-color: #8DABF2;
}
</style>
border-color css
<style>
span { border-color: #8DABF2; }
span { border-color: rgb(141,171,242); }
td.TdClassName
{
border-color: #8DABF2;
}
.TagClassName
{
border-color: #8DABF2;
}
</style>