Shades of Jordy Blue #80AAFA
Tints of Jordy Blue #80AAFA
RGB
CMYK
RGB Variations
Color information
#80AAFA (or 0x80AAFA) is known color: Jordy Blue. HEX triplet: 80, AA and FA. RGB value is (128,170,250). Sum of RGB (Red+Green+Blue) = 128+170+250=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #80AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAFA is #7F5505. Grayscale: #A6A6A6. Windows color (decimal): -8344838 or 16427648. OLE color: 16427648.
HSL color Cylindrical-coordinate representation of color #80AAFA: hue angle of 219.34º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80AAFA is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 170 | 250 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.02 |
| HSL | 219.34º | 0.92% | 0.74% | - |
| HSV(B) | 219.34º | 0.49% | 0.98% | - |
| XYZ | 40.53 | 40.24 | 96.07 | - |
| YUV | 166.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 250 | 0.49 | 0.32 | 0 | 0.02 | 219.34 | 0.92 | 0.74 |
| Hex | 80 | AA | FA | 31 | 20 | 0 | 2 | DB | 5C | 4A |
| Octal | 200 | 252 | 372 | 61 | 40 | 0 | 2 | 333 | 134 | 112 |
| Binary | 10000000 | 10101010 | 11111010 | 110001 | 100000 | 0 | 10 | 11011011 | 1011100 | 1001010 |
Color Harmonies of #80AAFA
Complementary color
Monochromatic Colors of #80AAFA
Black with #80AAFA
Text Example
Text Example
White with #80AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAFA; }
p { color: rgb(128,170,250); }
H1.HeaderClassName
{
color: #80AAFA;
}
.AnyTagClassName
{
color: #80AAFA;
}
</style>
background-color css
<style>
a { background-color: #80AAFA; }
a { background-color: rgb(128,170,250); }
div.DivClassName
{
background-color: #80AAFA;
}
.BgClassName
{
background-color: #80AAFA;
}
</style>
border-color css
<style>
span { border-color: #80AAFA; }
span { border-color: rgb(128,170,250); }
td.TdClassName
{
border-color: #80AAFA;
}
.TagClassName
{
border-color: #80AAFA;
}
</style>