Shades of Jordy Blue #80ADF2
Tints of Jordy Blue #80ADF2
RGB
CMYK
RGB Variations
Color information
#80ADF2 (or 0x80ADF2) is known color: Jordy Blue. HEX triplet: 80, AD and F2. RGB value is (128,173,242). Sum of RGB (Red+Green+Blue) = 128+173+242=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #80ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADF2 is #7F520D. Grayscale: #A7A7A7. Windows color (decimal): -8344078 or 15904128. OLE color: 15904128.
HSL color Cylindrical-coordinate representation of color #80ADF2: hue angle of 216.32º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80ADF2 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 173 | 242 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.05 |
| HSL | 216.32º | 0.81% | 0.73% | - |
| HSV(B) | 216.32º | 0.47% | 0.95% | - |
| XYZ | 39.87 | 40.89 | 89.79 | - |
| YUV | 167.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 242 | 0.47 | 0.29 | 0 | 0.05 | 216.32 | 0.81 | 0.73 |
| Hex | 80 | AD | F2 | 2F | 1D | 0 | 5 | D8 | 51 | 49 |
| Octal | 200 | 255 | 362 | 57 | 35 | 0 | 5 | 330 | 121 | 111 |
| Binary | 10000000 | 10101101 | 11110010 | 101111 | 11101 | 0 | 101 | 11011000 | 1010001 | 1001001 |
Color Harmonies of #80ADF2
Complementary color
Monochromatic Colors of #80ADF2
Black with #80ADF2
Text Example
Text Example
White with #80ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADF2; }
p { color: rgb(128,173,242); }
H1.HeaderClassName
{
color: #80ADF2;
}
.AnyTagClassName
{
color: #80ADF2;
}
</style>
background-color css
<style>
a { background-color: #80ADF2; }
a { background-color: rgb(128,173,242); }
div.DivClassName
{
background-color: #80ADF2;
}
.BgClassName
{
background-color: #80ADF2;
}
</style>
border-color css
<style>
span { border-color: #80ADF2; }
span { border-color: rgb(128,173,242); }
td.TdClassName
{
border-color: #80ADF2;
}
.TagClassName
{
border-color: #80ADF2;
}
</style>