Shades of Jordy Blue #8AB9DF
Tints of Jordy Blue #8AB9DF
RGB
CMYK
RGB Variations
Color information
#8AB9DF (or 0x8AB9DF) is known color: Jordy Blue. HEX triplet: 8A, B9 and DF. RGB value is (138,185,223). Sum of RGB (Red+Green+Blue) = 138+185+223=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9DF is #754620. Grayscale: #AFAFAF. Windows color (decimal): -7685665 or 14662026. OLE color: 14662026.
HSL color Cylindrical-coordinate representation of color #8AB9DF: hue angle of 206.82º degrees, saturation: 0.57, 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 #8AB9DF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 185 | 223 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.13 |
| HSL | 206.82º | 0.57% | 0.71% | - |
| HSV(B) | 206.82º | 0.38% | 0.87% | - |
| XYZ | 41.15 | 45.43 | 76.41 | - |
| YUV | 175.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 223 | 0.38 | 0.17 | 0 | 0.13 | 206.82 | 0.57 | 0.71 |
| Hex | 8A | B9 | DF | 26 | 11 | 0 | D | CF | 39 | 47 |
| Octal | 212 | 271 | 337 | 46 | 21 | 0 | 15 | 317 | 71 | 107 |
| Binary | 10001010 | 10111001 | 11011111 | 100110 | 10001 | 0 | 1101 | 11001111 | 111001 | 1000111 |
Color Harmonies of #8AB9DF
Complementary color
Monochromatic Colors of #8AB9DF
Black with #8AB9DF
Text Example
Text Example
White with #8AB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9DF; }
p { color: rgb(138,185,223); }
H1.HeaderClassName
{
color: #8AB9DF;
}
.AnyTagClassName
{
color: #8AB9DF;
}
</style>
background-color css
<style>
a { background-color: #8AB9DF; }
a { background-color: rgb(138,185,223); }
div.DivClassName
{
background-color: #8AB9DF;
}
.BgClassName
{
background-color: #8AB9DF;
}
</style>
border-color css
<style>
span { border-color: #8AB9DF; }
span { border-color: rgb(138,185,223); }
td.TdClassName
{
border-color: #8AB9DF;
}
.TagClassName
{
border-color: #8AB9DF;
}
</style>