Shades of Light Sky Blue #80CFF4
Tints of Light Sky Blue #80CFF4
RGB
CMYK
RGB Variations
Color information
#80CFF4 (or 0x80CFF4) is known color: Light Sky Blue. HEX triplet: 80, CF and F4. RGB value is (128,207,244). Sum of RGB (Red+Green+Blue) = 128+207+244=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #80CFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFF4 is #7F300B. Grayscale: #BBBBBB. Windows color (decimal): -8335372 or 16043904. OLE color: 16043904.
HSL color Cylindrical-coordinate representation of color #80CFF4: hue angle of 199.14º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80CFF4 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 207 | 244 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.04 |
| HSL | 199.14º | 0.84% | 0.73% | - |
| HSV(B) | 199.14º | 0.48% | 0.96% | - |
| XYZ | 47.54 | 55.75 | 93.84 | - |
| YUV | 187.6 | 159.83 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 244 | 0.48 | 0.15 | 0 | 0.04 | 199.14 | 0.84 | 0.73 |
| Hex | 80 | CF | F4 | 30 | F | 0 | 4 | C7 | 54 | 49 |
| Octal | 200 | 317 | 364 | 60 | 17 | 0 | 4 | 307 | 124 | 111 |
| Binary | 10000000 | 11001111 | 11110100 | 110000 | 1111 | 0 | 100 | 11000111 | 1010100 | 1001001 |
Color Harmonies of #80CFF4
Complementary color
Monochromatic Colors of #80CFF4
Black with #80CFF4
Text Example
Text Example
White with #80CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFF4; }
p { color: rgb(128,207,244); }
H1.HeaderClassName
{
color: #80CFF4;
}
.AnyTagClassName
{
color: #80CFF4;
}
</style>
background-color css
<style>
a { background-color: #80CFF4; }
a { background-color: rgb(128,207,244); }
div.DivClassName
{
background-color: #80CFF4;
}
.BgClassName
{
background-color: #80CFF4;
}
</style>
border-color css
<style>
span { border-color: #80CFF4; }
span { border-color: rgb(128,207,244); }
td.TdClassName
{
border-color: #80CFF4;
}
.TagClassName
{
border-color: #80CFF4;
}
</style>