Shades of Jordy Blue #80B7EE
Tints of Jordy Blue #80B7EE
RGB
CMYK
RGB Variations
Color information
#80B7EE (or 0x80B7EE) is known color: Jordy Blue. HEX triplet: 80, B7 and EE. RGB value is (128,183,238). Sum of RGB (Red+Green+Blue) = 128+183+238=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #80B7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B7EE is #7F4811. Grayscale: #ACACAC. Windows color (decimal): -8341522 or 15644544. OLE color: 15644544.
HSL color Cylindrical-coordinate representation of color #80B7EE: hue angle of 210º 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 #80B7EE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 183 | 238 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.07 |
| HSL | 210º | 0.76% | 0.72% | - |
| HSV(B) | 210º | 0.46% | 0.93% | - |
| XYZ | 41.27 | 44.63 | 87.33 | - |
| YUV | 172.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 238 | 0.46 | 0.23 | 0 | 0.07 | 210 | 0.76 | 0.72 |
| Hex | 80 | B7 | EE | 2E | 17 | 0 | 7 | D2 | 4C | 48 |
| Octal | 200 | 267 | 356 | 56 | 27 | 0 | 7 | 322 | 114 | 110 |
| Binary | 10000000 | 10110111 | 11101110 | 101110 | 10111 | 0 | 111 | 11010010 | 1001100 | 1001000 |
Color Harmonies of #80B7EE
Complementary color
Monochromatic Colors of #80B7EE
Black with #80B7EE
Text Example
Text Example
White with #80B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B7EE; }
p { color: rgb(128,183,238); }
H1.HeaderClassName
{
color: #80B7EE;
}
.AnyTagClassName
{
color: #80B7EE;
}
</style>
background-color css
<style>
a { background-color: #80B7EE; }
a { background-color: rgb(128,183,238); }
div.DivClassName
{
background-color: #80B7EE;
}
.BgClassName
{
background-color: #80B7EE;
}
</style>
border-color css
<style>
span { border-color: #80B7EE; }
span { border-color: rgb(128,183,238); }
td.TdClassName
{
border-color: #80B7EE;
}
.TagClassName
{
border-color: #80B7EE;
}
</style>