Shades of Sky Blue #84CCE6
Tints of Sky Blue #84CCE6
RGB
CMYK
RGB Variations
Color information
#84CCE6 (or 0x84CCE6) is known color: Sky Blue. HEX triplet: 84, CC and E6. RGB value is (132,204,230). Sum of RGB (Red+Green+Blue) = 132+204+230=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #84CCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CCE6 is #7B3319. Grayscale: #B9B9B9. Windows color (decimal): -8074010 or 15125636. OLE color: 15125636.
HSL color Cylindrical-coordinate representation of color #84CCE6: hue angle of 195.92º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84CCE6 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 204 | 230 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.10 |
| HSL | 195.92º | 0.66% | 0.71% | - |
| HSV(B) | 195.92º | 0.43% | 0.9% | - |
| XYZ | 45.39 | 53.8 | 82.86 | - |
| YUV | 185.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 230 | 0.43 | 0.11 | 0 | 0.10 | 195.92 | 0.66 | 0.71 |
| Hex | 84 | CC | E6 | 2B | B | 0 | A | C4 | 42 | 47 |
| Octal | 204 | 314 | 346 | 53 | 13 | 0 | 12 | 304 | 102 | 107 |
| Binary | 10000100 | 11001100 | 11100110 | 101011 | 1011 | 0 | 1010 | 11000100 | 1000010 | 1000111 |
Color Harmonies of #84CCE6
Complementary color
Monochromatic Colors of #84CCE6
Black with #84CCE6
Text Example
Text Example
White with #84CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCE6; }
p { color: rgb(132,204,230); }
H1.HeaderClassName
{
color: #84CCE6;
}
.AnyTagClassName
{
color: #84CCE6;
}
</style>
background-color css
<style>
a { background-color: #84CCE6; }
a { background-color: rgb(132,204,230); }
div.DivClassName
{
background-color: #84CCE6;
}
.BgClassName
{
background-color: #84CCE6;
}
</style>
border-color css
<style>
span { border-color: #84CCE6; }
span { border-color: rgb(132,204,230); }
td.TdClassName
{
border-color: #84CCE6;
}
.TagClassName
{
border-color: #84CCE6;
}
</style>