Shades of Jordy Blue #80AAF8
Tints of Jordy Blue #80AAF8
RGB
CMYK
RGB Variations
Color information
#80AAF8 (or 0x80AAF8) is known color: Jordy Blue. HEX triplet: 80, AA and F8. RGB value is (128,170,248). Sum of RGB (Red+Green+Blue) = 128+170+248=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #80AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAF8 is #7F5507. Grayscale: #A5A5A5. Windows color (decimal): -8344840 or 16296576. OLE color: 16296576.
HSL color Cylindrical-coordinate representation of color #80AAF8: hue angle of 219º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80AAF8 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 170 | 248 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.03 |
| HSL | 219º | 0.9% | 0.74% | - |
| HSV(B) | 219º | 0.48% | 0.97% | - |
| XYZ | 40.22 | 40.12 | 94.43 | - |
| YUV | 166.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 248 | 0.48 | 0.31 | 0 | 0.03 | 219 | 0.9 | 0.74 |
| Hex | 80 | AA | F8 | 30 | 1F | 0 | 3 | DB | 5A | 4A |
| Octal | 200 | 252 | 370 | 60 | 37 | 0 | 3 | 333 | 132 | 112 |
| Binary | 10000000 | 10101010 | 11111000 | 110000 | 11111 | 0 | 11 | 11011011 | 1011010 | 1001010 |
Color Harmonies of #80AAF8
Complementary color
Monochromatic Colors of #80AAF8
Black with #80AAF8
Text Example
Text Example
White with #80AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAF8; }
p { color: rgb(128,170,248); }
H1.HeaderClassName
{
color: #80AAF8;
}
.AnyTagClassName
{
color: #80AAF8;
}
</style>
background-color css
<style>
a { background-color: #80AAF8; }
a { background-color: rgb(128,170,248); }
div.DivClassName
{
background-color: #80AAF8;
}
.BgClassName
{
background-color: #80AAF8;
}
</style>
border-color css
<style>
span { border-color: #80AAF8; }
span { border-color: rgb(128,170,248); }
td.TdClassName
{
border-color: #80AAF8;
}
.TagClassName
{
border-color: #80AAF8;
}
</style>