Shades of Sky Blue #84CFEC
Tints of Sky Blue #84CFEC
RGB
CMYK
RGB Variations
Color information
#84CFEC (or 0x84CFEC) is known color: Sky Blue. HEX triplet: 84, CF and EC. RGB value is (132,207,236). Sum of RGB (Red+Green+Blue) = 132+207+236=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #84CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CFEC is #7B3013. Grayscale: #BBBBBB. Windows color (decimal): -8073236 or 15519620. OLE color: 15519620.
HSL color Cylindrical-coordinate representation of color #84CFEC: hue angle of 196.73º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84CFEC is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 207 | 236 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.07 |
| HSL | 196.73º | 0.73% | 0.72% | - |
| HSV(B) | 196.73º | 0.44% | 0.93% | - |
| XYZ | 46.97 | 55.59 | 87.61 | - |
| YUV | 187.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 236 | 0.44 | 0.12 | 0 | 0.07 | 196.73 | 0.73 | 0.72 |
| Hex | 84 | CF | EC | 2C | C | 0 | 7 | C5 | 49 | 48 |
| Octal | 204 | 317 | 354 | 54 | 14 | 0 | 7 | 305 | 111 | 110 |
| Binary | 10000100 | 11001111 | 11101100 | 101100 | 1100 | 0 | 111 | 11000101 | 1001001 | 1001000 |
Color Harmonies of #84CFEC
Complementary color
Monochromatic Colors of #84CFEC
Black with #84CFEC
Text Example
Text Example
White with #84CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFEC; }
p { color: rgb(132,207,236); }
H1.HeaderClassName
{
color: #84CFEC;
}
.AnyTagClassName
{
color: #84CFEC;
}
</style>
background-color css
<style>
a { background-color: #84CFEC; }
a { background-color: rgb(132,207,236); }
div.DivClassName
{
background-color: #84CFEC;
}
.BgClassName
{
background-color: #84CFEC;
}
</style>
border-color css
<style>
span { border-color: #84CFEC; }
span { border-color: rgb(132,207,236); }
td.TdClassName
{
border-color: #84CFEC;
}
.TagClassName
{
border-color: #84CFEC;
}
</style>