Shades of Jordy Blue #80B2F5
Tints of Jordy Blue #80B2F5
RGB
CMYK
RGB Variations
Color information
#80B2F5 (or 0x80B2F5) is known color: Jordy Blue. HEX triplet: 80, B2 and F5. RGB value is (128,178,245). Sum of RGB (Red+Green+Blue) = 128+178+245=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #80B2F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B2F5 is #7F4D0A. Grayscale: #AAAAAA. Windows color (decimal): -8342795 or 16102016. OLE color: 16102016.
HSL color Cylindrical-coordinate representation of color #80B2F5: hue angle of 214.36º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80B2F5 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 178 | 245 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.04 |
| HSL | 214.36º | 0.85% | 0.73% | - |
| HSV(B) | 214.36º | 0.48% | 0.96% | - |
| XYZ | 41.3 | 43.02 | 92.51 | - |
| YUV | 170.69 | 169.94 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 245 | 0.48 | 0.27 | 0 | 0.04 | 214.36 | 0.85 | 0.73 |
| Hex | 80 | B2 | F5 | 30 | 1B | 0 | 4 | D6 | 55 | 49 |
| Octal | 200 | 262 | 365 | 60 | 33 | 0 | 4 | 326 | 125 | 111 |
| Binary | 10000000 | 10110010 | 11110101 | 110000 | 11011 | 0 | 100 | 11010110 | 1010101 | 1001001 |
Color Harmonies of #80B2F5
Complementary color
Monochromatic Colors of #80B2F5
Black with #80B2F5
Text Example
Text Example
White with #80B2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B2F5; }
p { color: rgb(128,178,245); }
H1.HeaderClassName
{
color: #80B2F5;
}
.AnyTagClassName
{
color: #80B2F5;
}
</style>
background-color css
<style>
a { background-color: #80B2F5; }
a { background-color: rgb(128,178,245); }
div.DivClassName
{
background-color: #80B2F5;
}
.BgClassName
{
background-color: #80B2F5;
}
</style>
border-color css
<style>
span { border-color: #80B2F5; }
span { border-color: rgb(128,178,245); }
td.TdClassName
{
border-color: #80B2F5;
}
.TagClassName
{
border-color: #80B2F5;
}
</style>