Shades of Jordy Blue #8AB3DB
Tints of Jordy Blue #8AB3DB
RGB
CMYK
RGB Variations
Color information
#8AB3DB (or 0x8AB3DB) is known color: Jordy Blue. HEX triplet: 8A, B3 and DB. RGB value is (138,179,219). Sum of RGB (Red+Green+Blue) = 138+179+219=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3DB is #754C24. Grayscale: #ABABAB. Windows color (decimal): -7687205 or 14398346. OLE color: 14398346.
HSL color Cylindrical-coordinate representation of color #8AB3DB: hue angle of 209.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AB3DB is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 179 | 219 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.14 |
| HSL | 209.63º | 0.53% | 0.7% | - |
| HSV(B) | 209.63º | 0.37% | 0.86% | - |
| XYZ | 39.39 | 42.76 | 73.2 | - |
| YUV | 171.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 219 | 0.37 | 0.18 | 0 | 0.14 | 209.63 | 0.53 | 0.7 |
| Hex | 8A | B3 | DB | 25 | 12 | 0 | E | D2 | 35 | 46 |
| Octal | 212 | 263 | 333 | 45 | 22 | 0 | 16 | 322 | 65 | 106 |
| Binary | 10001010 | 10110011 | 11011011 | 100101 | 10010 | 0 | 1110 | 11010010 | 110101 | 1000110 |
Color Harmonies of #8AB3DB
Complementary color
Monochromatic Colors of #8AB3DB
Black with #8AB3DB
Text Example
Text Example
White with #8AB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB3DB; }
p { color: rgb(138,179,219); }
H1.HeaderClassName
{
color: #8AB3DB;
}
.AnyTagClassName
{
color: #8AB3DB;
}
</style>
background-color css
<style>
a { background-color: #8AB3DB; }
a { background-color: rgb(138,179,219); }
div.DivClassName
{
background-color: #8AB3DB;
}
.BgClassName
{
background-color: #8AB3DB;
}
</style>
border-color css
<style>
span { border-color: #8AB3DB; }
span { border-color: rgb(138,179,219); }
td.TdClassName
{
border-color: #8AB3DB;
}
.TagClassName
{
border-color: #8AB3DB;
}
</style>