Shades of Sky Blue #84BCE7
Tints of Sky Blue #84BCE7
RGB
CMYK
RGB Variations
Color information
#84BCE7 (or 0x84BCE7) is known color: Sky Blue. HEX triplet: 84, BC and E7. RGB value is (132,188,231). Sum of RGB (Red+Green+Blue) = 132+188+231=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #84BCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCE7 is #7B4318. Grayscale: #AFAFAF. Windows color (decimal): -8078105 or 15187076. OLE color: 15187076.
HSL color Cylindrical-coordinate representation of color #84BCE7: hue angle of 206.06º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84BCE7 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 188 | 231 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.09 |
| HSL | 206.06º | 0.67% | 0.71% | - |
| HSV(B) | 206.06º | 0.43% | 0.91% | - |
| XYZ | 41.92 | 46.64 | 82.39 | - |
| YUV | 176.16 | 158.95 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 231 | 0.43 | 0.19 | 0 | 0.09 | 206.06 | 0.67 | 0.71 |
| Hex | 84 | BC | E7 | 2B | 13 | 0 | 9 | CE | 43 | 47 |
| Octal | 204 | 274 | 347 | 53 | 23 | 0 | 11 | 316 | 103 | 107 |
| Binary | 10000100 | 10111100 | 11100111 | 101011 | 10011 | 0 | 1001 | 11001110 | 1000011 | 1000111 |
Color Harmonies of #84BCE7
Complementary color
Monochromatic Colors of #84BCE7
Black with #84BCE7
Text Example
Text Example
White with #84BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCE7; }
p { color: rgb(132,188,231); }
H1.HeaderClassName
{
color: #84BCE7;
}
.AnyTagClassName
{
color: #84BCE7;
}
</style>
background-color css
<style>
a { background-color: #84BCE7; }
a { background-color: rgb(132,188,231); }
div.DivClassName
{
background-color: #84BCE7;
}
.BgClassName
{
background-color: #84BCE7;
}
</style>
border-color css
<style>
span { border-color: #84BCE7; }
span { border-color: rgb(132,188,231); }
td.TdClassName
{
border-color: #84BCE7;
}
.TagClassName
{
border-color: #84BCE7;
}
</style>