Shades of Jordy Blue #80B4EE
Tints of Jordy Blue #80B4EE
RGB
CMYK
RGB Variations
Color information
#80B4EE (or 0x80B4EE) is known color: Jordy Blue. HEX triplet: 80, B4 and EE. RGB value is (128,180,238). Sum of RGB (Red+Green+Blue) = 128+180+238=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #80B4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B4EE is #7F4B11. Grayscale: #AAAAAA. Windows color (decimal): -8342290 or 15643776. OLE color: 15643776.
HSL color Cylindrical-coordinate representation of color #80B4EE: hue angle of 211.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B4EE is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 180 | 238 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.07 |
| HSL | 211.64º | 0.76% | 0.72% | - |
| HSV(B) | 211.64º | 0.46% | 0.93% | - |
| XYZ | 40.66 | 43.4 | 87.12 | - |
| YUV | 171.06 | 165.77 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 238 | 0.46 | 0.24 | 0 | 0.07 | 211.64 | 0.76 | 0.72 |
| Hex | 80 | B4 | EE | 2E | 18 | 0 | 7 | D4 | 4C | 48 |
| Octal | 200 | 264 | 356 | 56 | 30 | 0 | 7 | 324 | 114 | 110 |
| Binary | 10000000 | 10110100 | 11101110 | 101110 | 11000 | 0 | 111 | 11010100 | 1001100 | 1001000 |
Color Harmonies of #80B4EE
Complementary color
Monochromatic Colors of #80B4EE
Black with #80B4EE
Text Example
Text Example
White with #80B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B4EE; }
p { color: rgb(128,180,238); }
H1.HeaderClassName
{
color: #80B4EE;
}
.AnyTagClassName
{
color: #80B4EE;
}
</style>
background-color css
<style>
a { background-color: #80B4EE; }
a { background-color: rgb(128,180,238); }
div.DivClassName
{
background-color: #80B4EE;
}
.BgClassName
{
background-color: #80B4EE;
}
</style>
border-color css
<style>
span { border-color: #80B4EE; }
span { border-color: rgb(128,180,238); }
td.TdClassName
{
border-color: #80B4EE;
}
.TagClassName
{
border-color: #80B4EE;
}
</style>