Shades of Jordy Blue #8AB3EF
Tints of Jordy Blue #8AB3EF
RGB
CMYK
RGB Variations
Color information
#8AB3EF (or 0x8AB3EF) is known color: Jordy Blue. HEX triplet: 8A, B3 and EF. RGB value is (138,179,239). Sum of RGB (Red+Green+Blue) = 138+179+239=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB3EF is #754C10. Grayscale: #ADADAD. Windows color (decimal): -7687185 or 15709066. OLE color: 15709066.
HSL color Cylindrical-coordinate representation of color #8AB3EF: hue angle of 215.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB3EF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 179 | 239 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.06 |
| HSL | 215.64º | 0.76% | 0.74% | - |
| HSV(B) | 215.64º | 0.42% | 0.94% | - |
| XYZ | 42.18 | 43.88 | 87.91 | - |
| YUV | 173.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 239 | 0.42 | 0.25 | 0 | 0.06 | 215.64 | 0.76 | 0.74 |
| Hex | 8A | B3 | EF | 2A | 19 | 0 | 6 | D8 | 4C | 4A |
| Octal | 212 | 263 | 357 | 52 | 31 | 0 | 6 | 330 | 114 | 112 |
| Binary | 10001010 | 10110011 | 11101111 | 101010 | 11001 | 0 | 110 | 11011000 | 1001100 | 1001010 |
Color Harmonies of #8AB3EF
Complementary color
Monochromatic Colors of #8AB3EF
Black with #8AB3EF
Text Example
Text Example
White with #8AB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB3EF; }
p { color: rgb(138,179,239); }
H1.HeaderClassName
{
color: #8AB3EF;
}
.AnyTagClassName
{
color: #8AB3EF;
}
</style>
background-color css
<style>
a { background-color: #8AB3EF; }
a { background-color: rgb(138,179,239); }
div.DivClassName
{
background-color: #8AB3EF;
}
.BgClassName
{
background-color: #8AB3EF;
}
</style>
border-color css
<style>
span { border-color: #8AB3EF; }
span { border-color: rgb(138,179,239); }
td.TdClassName
{
border-color: #8AB3EF;
}
.TagClassName
{
border-color: #8AB3EF;
}
</style>