Shades of Sky Blue #84CDE5
Tints of Sky Blue #84CDE5
RGB
CMYK
RGB Variations
Color information
#84CDE5 (or 0x84CDE5) is known color: Sky Blue. HEX triplet: 84, CD and E5. RGB value is (132,205,229). Sum of RGB (Red+Green+Blue) = 132+205+229=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #84CDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDE5 is #7B321A. Grayscale: #B9B9B9. Windows color (decimal): -8073755 or 15060356. OLE color: 15060356.
HSL color Cylindrical-coordinate representation of color #84CDE5: hue angle of 194.85º 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 #84CDE5 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 205 | 229 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.10 |
| HSL | 194.85º | 0.65% | 0.71% | - |
| HSV(B) | 194.85º | 0.42% | 0.9% | - |
| XYZ | 45.49 | 54.23 | 82.2 | - |
| YUV | 185.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 229 | 0.42 | 0.10 | 0 | 0.10 | 194.85 | 0.65 | 0.71 |
| Hex | 84 | CD | E5 | 2A | A | 0 | A | C3 | 41 | 47 |
| Octal | 204 | 315 | 345 | 52 | 12 | 0 | 12 | 303 | 101 | 107 |
| Binary | 10000100 | 11001101 | 11100101 | 101010 | 1010 | 0 | 1010 | 11000011 | 1000001 | 1000111 |
Color Harmonies of #84CDE5
Complementary color
Monochromatic Colors of #84CDE5
Black with #84CDE5
Text Example
Text Example
White with #84CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDE5; }
p { color: rgb(132,205,229); }
H1.HeaderClassName
{
color: #84CDE5;
}
.AnyTagClassName
{
color: #84CDE5;
}
</style>
background-color css
<style>
a { background-color: #84CDE5; }
a { background-color: rgb(132,205,229); }
div.DivClassName
{
background-color: #84CDE5;
}
.BgClassName
{
background-color: #84CDE5;
}
</style>
border-color css
<style>
span { border-color: #84CDE5; }
span { border-color: rgb(132,205,229); }
td.TdClassName
{
border-color: #84CDE5;
}
.TagClassName
{
border-color: #84CDE5;
}
</style>