Shades of Light Sky Blue #80CBFE
Tints of Light Sky Blue #80CBFE
RGB
CMYK
RGB Variations
Color information
#80CBFE (or 0x80CBFE) is known color: Light Sky Blue. HEX triplet: 80, CB and FE. RGB value is (128,203,254). Sum of RGB (Red+Green+Blue) = 128+203+254=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #80CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBFE is #7F3401. Grayscale: #BABABA. Windows color (decimal): -8336386 or 16698240. OLE color: 16698240.
HSL color Cylindrical-coordinate representation of color #80CBFE: hue angle of 204.29º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CBFE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 203 | 254 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.00 |
| HSL | 204.29º | 0.98% | 0.75% | - |
| HSV(B) | 204.29º | 0.5% | 1% | - |
| XYZ | 48.15 | 54.46 | 101.74 | - |
| YUV | 186.39 | 166.15 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 254 | 0.50 | 0.20 | 0 | 0.00 | 204.29 | 0.98 | 0.75 |
| Hex | 80 | CB | FE | 32 | 14 | 0 | 0 | CC | 62 | 4B |
| Octal | 200 | 313 | 376 | 62 | 24 | 0 | 0 | 314 | 142 | 113 |
| Binary | 10000000 | 11001011 | 11111110 | 110010 | 10100 | 0 | 0 | 11001100 | 1100010 | 1001011 |
Color Harmonies of #80CBFE
Complementary color
Monochromatic Colors of #80CBFE
Black with #80CBFE
Text Example
Text Example
White with #80CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBFE; }
p { color: rgb(128,203,254); }
H1.HeaderClassName
{
color: #80CBFE;
}
.AnyTagClassName
{
color: #80CBFE;
}
</style>
background-color css
<style>
a { background-color: #80CBFE; }
a { background-color: rgb(128,203,254); }
div.DivClassName
{
background-color: #80CBFE;
}
.BgClassName
{
background-color: #80CBFE;
}
</style>
border-color css
<style>
span { border-color: #80CBFE; }
span { border-color: rgb(128,203,254); }
td.TdClassName
{
border-color: #80CBFE;
}
.TagClassName
{
border-color: #80CBFE;
}
</style>