Shades of Light Sky Blue #84CEFE
Tints of Light Sky Blue #84CEFE
RGB
CMYK
RGB Variations
Color information
#84CEFE (or 0x84CEFE) is known color: Light Sky Blue. HEX triplet: 84, CE and FE. RGB value is (132,206,254). Sum of RGB (Red+Green+Blue) = 132+206+254=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #84CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CEFE is #7B3101. Grayscale: #BDBDBD. Windows color (decimal): -8073474 or 16699012. OLE color: 16699012.
HSL color Cylindrical-coordinate representation of color #84CEFE: hue angle of 203.61º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CEFE is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 206 | 254 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.00 |
| HSL | 203.61º | 0.98% | 0.76% | - |
| HSV(B) | 203.61º | 0.48% | 1% | - |
| XYZ | 49.48 | 56.2 | 102.01 | - |
| YUV | 189.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 254 | 0.48 | 0.19 | 0 | 0.00 | 203.61 | 0.98 | 0.76 |
| Hex | 84 | CE | FE | 30 | 13 | 0 | 0 | CC | 62 | 4C |
| Octal | 204 | 316 | 376 | 60 | 23 | 0 | 0 | 314 | 142 | 114 |
| Binary | 10000100 | 11001110 | 11111110 | 110000 | 10011 | 0 | 0 | 11001100 | 1100010 | 1001100 |
Color Harmonies of #84CEFE
Complementary color
Monochromatic Colors of #84CEFE
Black with #84CEFE
Text Example
Text Example
White with #84CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEFE; }
p { color: rgb(132,206,254); }
H1.HeaderClassName
{
color: #84CEFE;
}
.AnyTagClassName
{
color: #84CEFE;
}
</style>
background-color css
<style>
a { background-color: #84CEFE; }
a { background-color: rgb(132,206,254); }
div.DivClassName
{
background-color: #84CEFE;
}
.BgClassName
{
background-color: #84CEFE;
}
</style>
border-color css
<style>
span { border-color: #84CEFE; }
span { border-color: rgb(132,206,254); }
td.TdClassName
{
border-color: #84CEFE;
}
.TagClassName
{
border-color: #84CEFE;
}
</style>