Shades of Jordy Blue #80ACF0
Tints of Jordy Blue #80ACF0
RGB
CMYK
RGB Variations
Color information
#80ACF0 (or 0x80ACF0) is known color: Jordy Blue. HEX triplet: 80, AC and F0. RGB value is (128,172,240). Sum of RGB (Red+Green+Blue) = 128+172+240=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #80ACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACF0 is #7F530F. Grayscale: #A6A6A6. Windows color (decimal): -8344336 or 15772800. OLE color: 15772800.
HSL color Cylindrical-coordinate representation of color #80ACF0: hue angle of 216.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80ACF0 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 172 | 240 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.06 |
| HSL | 216.43º | 0.79% | 0.72% | - |
| HSV(B) | 216.43º | 0.47% | 0.94% | - |
| XYZ | 39.38 | 40.39 | 88.16 | - |
| YUV | 166.6 | 169.42 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 240 | 0.47 | 0.28 | 0 | 0.06 | 216.43 | 0.79 | 0.72 |
| Hex | 80 | AC | F0 | 2F | 1C | 0 | 6 | D8 | 4F | 48 |
| Octal | 200 | 254 | 360 | 57 | 34 | 0 | 6 | 330 | 117 | 110 |
| Binary | 10000000 | 10101100 | 11110000 | 101111 | 11100 | 0 | 110 | 11011000 | 1001111 | 1001000 |
Color Harmonies of #80ACF0
Complementary color
Monochromatic Colors of #80ACF0
Black with #80ACF0
Text Example
Text Example
White with #80ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACF0; }
p { color: rgb(128,172,240); }
H1.HeaderClassName
{
color: #80ACF0;
}
.AnyTagClassName
{
color: #80ACF0;
}
</style>
background-color css
<style>
a { background-color: #80ACF0; }
a { background-color: rgb(128,172,240); }
div.DivClassName
{
background-color: #80ACF0;
}
.BgClassName
{
background-color: #80ACF0;
}
</style>
border-color css
<style>
span { border-color: #80ACF0; }
span { border-color: rgb(128,172,240); }
td.TdClassName
{
border-color: #80ACF0;
}
.TagClassName
{
border-color: #80ACF0;
}
</style>