Shades of Sky Blue #84CCE5
Tints of Sky Blue #84CCE5
RGB
CMYK
RGB Variations
Color information
#84CCE5 (or 0x84CCE5) is known color: Sky Blue. HEX triplet: 84, CC and E5. RGB value is (132,204,229). Sum of RGB (Red+Green+Blue) = 132+204+229=565 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.36% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #84CCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCE5 is #7B331A. Grayscale: #B9B9B9. Windows color (decimal): -8074011 or 15060100. OLE color: 15060100.
HSL color Cylindrical-coordinate representation of color #84CCE5: hue angle of 195.46º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84CCE5 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 204 | 229 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.10 |
| HSL | 195.46º | 0.65% | 0.71% | - |
| HSV(B) | 195.46º | 0.42% | 0.9% | - |
| XYZ | 45.25 | 53.75 | 82.12 | - |
| YUV | 185.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 229 | 0.42 | 0.11 | 0 | 0.10 | 195.46 | 0.65 | 0.71 |
| Hex | 84 | CC | E5 | 2A | B | 0 | A | C3 | 41 | 47 |
| Octal | 204 | 314 | 345 | 52 | 13 | 0 | 12 | 303 | 101 | 107 |
| Binary | 10000100 | 11001100 | 11100101 | 101010 | 1011 | 0 | 1010 | 11000011 | 1000001 | 1000111 |
Color Harmonies of #84CCE5
Complementary color
Monochromatic Colors of #84CCE5
Black with #84CCE5
Text Example
Text Example
White with #84CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCE5; }
p { color: rgb(132,204,229); }
H1.HeaderClassName
{
color: #84CCE5;
}
.AnyTagClassName
{
color: #84CCE5;
}
</style>
background-color css
<style>
a { background-color: #84CCE5; }
a { background-color: rgb(132,204,229); }
div.DivClassName
{
background-color: #84CCE5;
}
.BgClassName
{
background-color: #84CCE5;
}
</style>
border-color css
<style>
span { border-color: #84CCE5; }
span { border-color: rgb(132,204,229); }
td.TdClassName
{
border-color: #84CCE5;
}
.TagClassName
{
border-color: #84CCE5;
}
</style>