Shades of Jordy Blue #8AB8DE
Tints of Jordy Blue #8AB8DE
RGB
CMYK
RGB Variations
Color information
#8AB8DE (or 0x8AB8DE) is known color: Jordy Blue. HEX triplet: 8A, B8 and DE. RGB value is (138,184,222). Sum of RGB (Red+Green+Blue) = 138+184+222=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #8AB8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8DE is #754721. Grayscale: #AEAEAE. Windows color (decimal): -7685922 or 14596234. OLE color: 14596234.
HSL color Cylindrical-coordinate representation of color #8AB8DE: hue angle of 207.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB8DE is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 184 | 222 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.13 |
| HSL | 207.14º | 0.56% | 0.71% | - |
| HSV(B) | 207.14º | 0.38% | 0.87% | - |
| XYZ | 40.81 | 44.96 | 75.63 | - |
| YUV | 174.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 222 | 0.38 | 0.17 | 0 | 0.13 | 207.14 | 0.56 | 0.71 |
| Hex | 8A | B8 | DE | 26 | 11 | 0 | D | CF | 38 | 47 |
| Octal | 212 | 270 | 336 | 46 | 21 | 0 | 15 | 317 | 70 | 107 |
| Binary | 10001010 | 10111000 | 11011110 | 100110 | 10001 | 0 | 1101 | 11001111 | 111000 | 1000111 |
Color Harmonies of #8AB8DE
Complementary color
Monochromatic Colors of #8AB8DE
Black with #8AB8DE
Text Example
Text Example
White with #8AB8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB8DE; }
p { color: rgb(138,184,222); }
H1.HeaderClassName
{
color: #8AB8DE;
}
.AnyTagClassName
{
color: #8AB8DE;
}
</style>
background-color css
<style>
a { background-color: #8AB8DE; }
a { background-color: rgb(138,184,222); }
div.DivClassName
{
background-color: #8AB8DE;
}
.BgClassName
{
background-color: #8AB8DE;
}
</style>
border-color css
<style>
span { border-color: #8AB8DE; }
span { border-color: rgb(138,184,222); }
td.TdClassName
{
border-color: #8AB8DE;
}
.TagClassName
{
border-color: #8AB8DE;
}
</style>