Shades of Sky Blue #84CEF2
Tints of Sky Blue #84CEF2
RGB
CMYK
RGB Variations
Color information
#84CEF2 (or 0x84CEF2) is known color: Sky Blue. HEX triplet: 84, CE and F2. RGB value is (132,206,242). Sum of RGB (Red+Green+Blue) = 132+206+242=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #84CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CEF2 is #7B310D. Grayscale: #BBBBBB. Windows color (decimal): -8073486 or 15912580. OLE color: 15912580.
HSL color Cylindrical-coordinate representation of color #84CEF2: hue angle of 199.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84CEF2 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 206 | 242 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.05 |
| HSL | 199.64º | 0.81% | 0.73% | - |
| HSV(B) | 199.64º | 0.45% | 0.95% | - |
| XYZ | 47.61 | 55.46 | 92.2 | - |
| YUV | 187.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 242 | 0.45 | 0.15 | 0 | 0.05 | 199.64 | 0.81 | 0.73 |
| Hex | 84 | CE | F2 | 2D | F | 0 | 5 | C8 | 51 | 49 |
| Octal | 204 | 316 | 362 | 55 | 17 | 0 | 5 | 310 | 121 | 111 |
| Binary | 10000100 | 11001110 | 11110010 | 101101 | 1111 | 0 | 101 | 11001000 | 1010001 | 1001001 |
Color Harmonies of #84CEF2
Complementary color
Monochromatic Colors of #84CEF2
Black with #84CEF2
Text Example
Text Example
White with #84CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEF2; }
p { color: rgb(132,206,242); }
H1.HeaderClassName
{
color: #84CEF2;
}
.AnyTagClassName
{
color: #84CEF2;
}
</style>
background-color css
<style>
a { background-color: #84CEF2; }
a { background-color: rgb(132,206,242); }
div.DivClassName
{
background-color: #84CEF2;
}
.BgClassName
{
background-color: #84CEF2;
}
</style>
border-color css
<style>
span { border-color: #84CEF2; }
span { border-color: rgb(132,206,242); }
td.TdClassName
{
border-color: #84CEF2;
}
.TagClassName
{
border-color: #84CEF2;
}
</style>