Shades of Light Sky Blue #84CEFF
Tints of Light Sky Blue #84CEFF
RGB
CMYK
RGB Variations
Color information
#84CEFF (or 0x84CEFF) is known color: Light Sky Blue. HEX triplet: 84, CE and FF. RGB value is (132,206,255). Sum of RGB (Red+Green+Blue) = 132+206+255=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #84CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CEFF is #7B3100. Grayscale: #BDBDBD. Windows color (decimal): -8073473 or 16764548. OLE color: 16764548.
HSL color Cylindrical-coordinate representation of color #84CEFF: hue angle of 203.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CEFF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 206 | 255 | - |
| CMYK | 0.48 | 0.19 | 0 | 0 |
| HSL | 203.9º | 1% | 0.76% | - |
| HSV(B) | 203.9º | 0.48% | 1% | - |
| XYZ | 49.64 | 56.27 | 102.85 | - |
| YUV | 189.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 255 | 0.48 | 0.19 | 0 | 0 | 203.9 | 1 | 0.76 |
| Hex | 84 | CE | FF | 30 | 13 | 0 | 0 | CC | 64 | 4C |
| Octal | 204 | 316 | 377 | 60 | 23 | 0 | 0 | 314 | 144 | 114 |
| Binary | 10000100 | 11001110 | 11111111 | 110000 | 10011 | 0 | 0 | 11001100 | 1100100 | 1001100 |
Color Harmonies of #84CEFF
Complementary color
Monochromatic Colors of #84CEFF
Black with #84CEFF
Text Example
Text Example
White with #84CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEFF; }
p { color: rgb(132,206,255); }
H1.HeaderClassName
{
color: #84CEFF;
}
.AnyTagClassName
{
color: #84CEFF;
}
</style>
background-color css
<style>
a { background-color: #84CEFF; }
a { background-color: rgb(132,206,255); }
div.DivClassName
{
background-color: #84CEFF;
}
.BgClassName
{
background-color: #84CEFF;
}
</style>
border-color css
<style>
span { border-color: #84CEFF; }
span { border-color: rgb(132,206,255); }
td.TdClassName
{
border-color: #84CEFF;
}
.TagClassName
{
border-color: #84CEFF;
}
</style>