Shades of Jordy Blue #80AEE0
Tints of Jordy Blue #80AEE0
RGB
CMYK
RGB Variations
Color information
#80AEE0 (or 0x80AEE0) is known color: Jordy Blue. HEX triplet: 80, AE and E0. RGB value is (128,174,224). Sum of RGB (Red+Green+Blue) = 128+174+224=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #80AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEE0 is #7F511F. Grayscale: #A5A5A5. Windows color (decimal): -8343840 or 14724736. OLE color: 14724736.
HSL color Cylindrical-coordinate representation of color #80AEE0: hue angle of 211.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AEE0 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 174 | 224 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.12 |
| HSL | 211.25º | 0.61% | 0.69% | - |
| HSV(B) | 211.25º | 0.43% | 0.88% | - |
| XYZ | 37.49 | 40.24 | 76.31 | - |
| YUV | 165.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 224 | 0.43 | 0.22 | 0 | 0.12 | 211.25 | 0.61 | 0.69 |
| Hex | 80 | AE | E0 | 2B | 16 | 0 | C | D3 | 3D | 45 |
| Octal | 200 | 256 | 340 | 53 | 26 | 0 | 14 | 323 | 75 | 105 |
| Binary | 10000000 | 10101110 | 11100000 | 101011 | 10110 | 0 | 1100 | 11010011 | 111101 | 1000101 |
Color Harmonies of #80AEE0
Complementary color
Monochromatic Colors of #80AEE0
Black with #80AEE0
Text Example
Text Example
White with #80AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AEE0; }
p { color: rgb(128,174,224); }
H1.HeaderClassName
{
color: #80AEE0;
}
.AnyTagClassName
{
color: #80AEE0;
}
</style>
background-color css
<style>
a { background-color: #80AEE0; }
a { background-color: rgb(128,174,224); }
div.DivClassName
{
background-color: #80AEE0;
}
.BgClassName
{
background-color: #80AEE0;
}
</style>
border-color css
<style>
span { border-color: #80AEE0; }
span { border-color: rgb(128,174,224); }
td.TdClassName
{
border-color: #80AEE0;
}
.TagClassName
{
border-color: #80AEE0;
}
</style>