Shades of Sky Blue #84CAE9
Tints of Sky Blue #84CAE9
RGB
CMYK
RGB Variations
Color information
#84CAE9 (or 0x84CAE9) is known color: Sky Blue. HEX triplet: 84, CA and E9. RGB value is (132,202,233). Sum of RGB (Red+Green+Blue) = 132+202+233=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #84CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CAE9 is #7B3516. Grayscale: #B8B8B8. Windows color (decimal): -8074519 or 15321732. OLE color: 15321732.
HSL color Cylindrical-coordinate representation of color #84CAE9: hue angle of 198.42º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84CAE9 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 202 | 233 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.09 |
| HSL | 198.42º | 0.7% | 0.72% | - |
| HSV(B) | 198.42º | 0.43% | 0.91% | - |
| XYZ | 45.34 | 53.03 | 84.94 | - |
| YUV | 184.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 233 | 0.43 | 0.13 | 0 | 0.09 | 198.42 | 0.7 | 0.72 |
| Hex | 84 | CA | E9 | 2B | D | 0 | 9 | C6 | 46 | 48 |
| Octal | 204 | 312 | 351 | 53 | 15 | 0 | 11 | 306 | 106 | 110 |
| Binary | 10000100 | 11001010 | 11101001 | 101011 | 1101 | 0 | 1001 | 11000110 | 1000110 | 1001000 |
Color Harmonies of #84CAE9
Complementary color
Monochromatic Colors of #84CAE9
Black with #84CAE9
Text Example
Text Example
White with #84CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CAE9; }
p { color: rgb(132,202,233); }
H1.HeaderClassName
{
color: #84CAE9;
}
.AnyTagClassName
{
color: #84CAE9;
}
</style>
background-color css
<style>
a { background-color: #84CAE9; }
a { background-color: rgb(132,202,233); }
div.DivClassName
{
background-color: #84CAE9;
}
.BgClassName
{
background-color: #84CAE9;
}
</style>
border-color css
<style>
span { border-color: #84CAE9; }
span { border-color: rgb(132,202,233); }
td.TdClassName
{
border-color: #84CAE9;
}
.TagClassName
{
border-color: #84CAE9;
}
</style>