Shades of Light Sky Blue #84CFFE
Tints of Light Sky Blue #84CFFE
RGB
CMYK
RGB Variations
Color information
#84CFFE (or 0x84CFFE) is known color: Light Sky Blue. HEX triplet: 84, CF and FE. RGB value is (132,207,254). Sum of RGB (Red+Green+Blue) = 132+207+254=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #84CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CFFE is #7B3001. Grayscale: #BDBDBD. Windows color (decimal): -8073218 or 16699268. OLE color: 16699268.
HSL color Cylindrical-coordinate representation of color #84CFFE: hue angle of 203.11º 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 #84CFFE is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 207 | 254 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.00 |
| HSL | 203.11º | 0.98% | 0.76% | - |
| HSV(B) | 203.11º | 0.48% | 1% | - |
| XYZ | 49.72 | 56.69 | 102.09 | - |
| YUV | 189.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 254 | 0.48 | 0.19 | 0 | 0.00 | 203.11 | 0.98 | 0.76 |
| Hex | 84 | CF | FE | 30 | 13 | 0 | 0 | CB | 62 | 4C |
| Octal | 204 | 317 | 376 | 60 | 23 | 0 | 0 | 313 | 142 | 114 |
| Binary | 10000100 | 11001111 | 11111110 | 110000 | 10011 | 0 | 0 | 11001011 | 1100010 | 1001100 |
Color Harmonies of #84CFFE
Complementary color
Monochromatic Colors of #84CFFE
Black with #84CFFE
Text Example
Text Example
White with #84CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFFE; }
p { color: rgb(132,207,254); }
H1.HeaderClassName
{
color: #84CFFE;
}
.AnyTagClassName
{
color: #84CFFE;
}
</style>
background-color css
<style>
a { background-color: #84CFFE; }
a { background-color: rgb(132,207,254); }
div.DivClassName
{
background-color: #84CFFE;
}
.BgClassName
{
background-color: #84CFFE;
}
</style>
border-color css
<style>
span { border-color: #84CFFE; }
span { border-color: rgb(132,207,254); }
td.TdClassName
{
border-color: #84CFFE;
}
.TagClassName
{
border-color: #84CFFE;
}
</style>