Shades of Jordy Blue #80A6FC
Tints of Jordy Blue #80A6FC
RGB
CMYK
RGB Variations
Color information
#80A6FC (or 0x80A6FC) is known color: Jordy Blue. HEX triplet: 80, A6 and FC. RGB value is (128,166,252). Sum of RGB (Red+Green+Blue) = 128+166+252=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #80A6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A6FC is #7F5903. Grayscale: #A4A4A4. Windows color (decimal): -8345860 or 16557696. OLE color: 16557696.
HSL color Cylindrical-coordinate representation of color #80A6FC: hue angle of 221.61º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A6FC is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 166 | 252 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.01 |
| HSL | 221.61º | 0.95% | 0.75% | - |
| HSV(B) | 221.61º | 0.49% | 0.99% | - |
| XYZ | 40.11 | 38.89 | 97.49 | - |
| YUV | 164.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 252 | 0.49 | 0.34 | 0 | 0.01 | 221.61 | 0.95 | 0.75 |
| Hex | 80 | A6 | FC | 31 | 22 | 0 | 1 | DE | 5F | 4B |
| Octal | 200 | 246 | 374 | 61 | 42 | 0 | 1 | 336 | 137 | 113 |
| Binary | 10000000 | 10100110 | 11111100 | 110001 | 100010 | 0 | 1 | 11011110 | 1011111 | 1001011 |
Color Harmonies of #80A6FC
Complementary color
Monochromatic Colors of #80A6FC
Black with #80A6FC
Text Example
Text Example
White with #80A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A6FC; }
p { color: rgb(128,166,252); }
H1.HeaderClassName
{
color: #80A6FC;
}
.AnyTagClassName
{
color: #80A6FC;
}
</style>
background-color css
<style>
a { background-color: #80A6FC; }
a { background-color: rgb(128,166,252); }
div.DivClassName
{
background-color: #80A6FC;
}
.BgClassName
{
background-color: #80A6FC;
}
</style>
border-color css
<style>
span { border-color: #80A6FC; }
span { border-color: rgb(128,166,252); }
td.TdClassName
{
border-color: #80A6FC;
}
.TagClassName
{
border-color: #80A6FC;
}
</style>