Shades of Light Sky Blue #80CBFF
Tints of Light Sky Blue #80CBFF
RGB
CMYK
RGB Variations
Color information
#80CBFF (or 0x80CBFF) is known color: Light Sky Blue. HEX triplet: 80, CB and FF. RGB value is (128,203,255). Sum of RGB (Red+Green+Blue) = 128+203+255=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #80CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBFF is #7F3400. Grayscale: #BABABA. Windows color (decimal): -8336385 or 16763776. OLE color: 16763776.
HSL color Cylindrical-coordinate representation of color #80CBFF: hue angle of 204.57º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CBFF is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 203 | 255 | - |
| CMYK | 0.50 | 0.20 | 0 | 0 |
| HSL | 204.57º | 1% | 0.75% | - |
| HSV(B) | 204.57º | 0.5% | 1% | - |
| XYZ | 48.31 | 54.52 | 102.59 | - |
| YUV | 186.5 | 166.65 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 255 | 0.50 | 0.20 | 0 | 0 | 204.57 | 1 | 0.75 |
| Hex | 80 | CB | FF | 32 | 14 | 0 | 0 | CD | 64 | 4B |
| Octal | 200 | 313 | 377 | 62 | 24 | 0 | 0 | 315 | 144 | 113 |
| Binary | 10000000 | 11001011 | 11111111 | 110010 | 10100 | 0 | 0 | 11001101 | 1100100 | 1001011 |
Color Harmonies of #80CBFF
Complementary color
Monochromatic Colors of #80CBFF
Black with #80CBFF
Text Example
Text Example
White with #80CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBFF; }
p { color: rgb(128,203,255); }
H1.HeaderClassName
{
color: #80CBFF;
}
.AnyTagClassName
{
color: #80CBFF;
}
</style>
background-color css
<style>
a { background-color: #80CBFF; }
a { background-color: rgb(128,203,255); }
div.DivClassName
{
background-color: #80CBFF;
}
.BgClassName
{
background-color: #80CBFF;
}
</style>
border-color css
<style>
span { border-color: #80CBFF; }
span { border-color: rgb(128,203,255); }
td.TdClassName
{
border-color: #80CBFF;
}
.TagClassName
{
border-color: #80CBFF;
}
</style>