Shades of Sky Blue #84BEDF
Tints of Sky Blue #84BEDF
RGB
CMYK
RGB Variations
Color information
#84BEDF (or 0x84BEDF) is known color: Sky Blue. HEX triplet: 84, BE and DF. RGB value is (132,190,223). Sum of RGB (Red+Green+Blue) = 132+190+223=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #84BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEDF is #7B4120. Grayscale: #B0B0B0. Windows color (decimal): -8077601 or 14663300. OLE color: 14663300.
HSL color Cylindrical-coordinate representation of color #84BEDF: hue angle of 201.76º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BEDF is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 190 | 223 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.13 |
| HSL | 201.76º | 0.59% | 0.7% | - |
| HSV(B) | 201.76º | 0.41% | 0.87% | - |
| XYZ | 41.25 | 47.06 | 76.72 | - |
| YUV | 176.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 223 | 0.41 | 0.15 | 0 | 0.13 | 201.76 | 0.59 | 0.7 |
| Hex | 84 | BE | DF | 29 | F | 0 | D | CA | 3B | 46 |
| Octal | 204 | 276 | 337 | 51 | 17 | 0 | 15 | 312 | 73 | 106 |
| Binary | 10000100 | 10111110 | 11011111 | 101001 | 1111 | 0 | 1101 | 11001010 | 111011 | 1000110 |
Color Harmonies of #84BEDF
Complementary color
Monochromatic Colors of #84BEDF
Black with #84BEDF
Text Example
Text Example
White with #84BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEDF; }
p { color: rgb(132,190,223); }
H1.HeaderClassName
{
color: #84BEDF;
}
.AnyTagClassName
{
color: #84BEDF;
}
</style>
background-color css
<style>
a { background-color: #84BEDF; }
a { background-color: rgb(132,190,223); }
div.DivClassName
{
background-color: #84BEDF;
}
.BgClassName
{
background-color: #84BEDF;
}
</style>
border-color css
<style>
span { border-color: #84BEDF; }
span { border-color: rgb(132,190,223); }
td.TdClassName
{
border-color: #84BEDF;
}
.TagClassName
{
border-color: #84BEDF;
}
</style>