Shades of Jordy Blue #80ACE8
Tints of Jordy Blue #80ACE8
RGB
CMYK
RGB Variations
Color information
#80ACE8 (or 0x80ACE8) is known color: Jordy Blue. HEX triplet: 80, AC and E8. RGB value is (128,172,232). Sum of RGB (Red+Green+Blue) = 128+172+232=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #80ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACE8 is #7F5317. Grayscale: #A5A5A5. Windows color (decimal): -8344344 or 15248512. OLE color: 15248512.
HSL color Cylindrical-coordinate representation of color #80ACE8: hue angle of 214.62º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80ACE8 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 172 | 232 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.09 |
| HSL | 214.62º | 0.69% | 0.71% | - |
| HSV(B) | 214.62º | 0.45% | 0.91% | - |
| XYZ | 38.22 | 39.92 | 82.03 | - |
| YUV | 165.68 | 165.42 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 232 | 0.45 | 0.26 | 0 | 0.09 | 214.62 | 0.69 | 0.71 |
| Hex | 80 | AC | E8 | 2D | 1A | 0 | 9 | D7 | 45 | 47 |
| Octal | 200 | 254 | 350 | 55 | 32 | 0 | 11 | 327 | 105 | 107 |
| Binary | 10000000 | 10101100 | 11101000 | 101101 | 11010 | 0 | 1001 | 11010111 | 1000101 | 1000111 |
Color Harmonies of #80ACE8
Complementary color
Monochromatic Colors of #80ACE8
Black with #80ACE8
Text Example
Text Example
White with #80ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACE8; }
p { color: rgb(128,172,232); }
H1.HeaderClassName
{
color: #80ACE8;
}
.AnyTagClassName
{
color: #80ACE8;
}
</style>
background-color css
<style>
a { background-color: #80ACE8; }
a { background-color: rgb(128,172,232); }
div.DivClassName
{
background-color: #80ACE8;
}
.BgClassName
{
background-color: #80ACE8;
}
</style>
border-color css
<style>
span { border-color: #80ACE8; }
span { border-color: rgb(128,172,232); }
td.TdClassName
{
border-color: #80ACE8;
}
.TagClassName
{
border-color: #80ACE8;
}
</style>