Shades of Sky Blue #80CDED
Tints of Sky Blue #80CDED
RGB
CMYK
RGB Variations
Color information
#80CDED (or 0x80CDED) is known color: Sky Blue. HEX triplet: 80, CD and ED. RGB value is (128,205,237). Sum of RGB (Red+Green+Blue) = 128+205+237=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #80CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDED is #7F3212. Grayscale: #B9B9B9. Windows color (decimal): -8335891 or 15584640. OLE color: 15584640.
HSL color Cylindrical-coordinate representation of color #80CDED: hue angle of 197.61º degrees, saturation: 0.75, 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 #80CDED is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 128 | 205 | 237 | - |
CMYK | 0.46 | 0.14 | 0 | 0.07 |
HSL | 197.61º | 0.75% | 0.72% | - |
HSV(B) | 197.61º | 0.46% | 0.93% | - |
XYZ | 46.02 | 54.37 | 88.19 | - |
YUV | 185.63 | 156.99 | 86.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 205 | 237 | 0.46 | 0.14 | 0 | 0.07 | 197.61 | 0.75 | 0.72 |
Hex | 80 | CD | ED | 2E | E | 0 | 7 | C6 | 4B | 48 |
Octal | 200 | 315 | 355 | 56 | 16 | 0 | 7 | 306 | 113 | 110 |
Binary | 10000000 | 11001101 | 11101101 | 101110 | 1110 | 0 | 111 | 11000110 | 1001011 | 1001000 |
Color Harmonies of #80CDED
Complementary color
Monochromatic Colors of #80CDED
Black with #80CDED
Text Example
Text Example
White with #80CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDED; }
p { color: rgb(128,205,237); }
H1.HeaderClassName
{
color: #80CDED;
}
.AnyTagClassName
{
color: #80CDED;
}
</style>
background-color css
<style>
a { background-color: #80CDED; }
a { background-color: rgb(128,205,237); }
div.DivClassName
{
background-color: #80CDED;
}
.BgClassName
{
background-color: #80CDED;
}
</style>
border-color css
<style>
span { border-color: #80CDED; }
span { border-color: rgb(128,205,237); }
td.TdClassName
{
border-color: #80CDED;
}
.TagClassName
{
border-color: #80CDED;
}
</style>