Shades of Sky Blue #84BFDF
Tints of Sky Blue #84BFDF
RGB
CMYK
RGB Variations
Color information
#84BFDF (or 0x84BFDF) is known color: Sky Blue. HEX triplet: 84, BF and DF. RGB value is (132,191,223). Sum of RGB (Red+Green+Blue) = 132+191+223=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #84BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFDF is #7B4020. Grayscale: #B0B0B0. Windows color (decimal): -8077345 or 14663556. OLE color: 14663556.
HSL color Cylindrical-coordinate representation of color #84BFDF: hue angle of 201.1º 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 #84BFDF is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 191 | 223 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.13 |
| HSL | 201.1º | 0.59% | 0.7% | - |
| HSV(B) | 201.1º | 0.41% | 0.87% | - |
| XYZ | 41.47 | 47.49 | 76.79 | - |
| YUV | 177.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 223 | 0.41 | 0.14 | 0 | 0.13 | 201.1 | 0.59 | 0.7 |
| Hex | 84 | BF | DF | 29 | E | 0 | D | C9 | 3B | 46 |
| Octal | 204 | 277 | 337 | 51 | 16 | 0 | 15 | 311 | 73 | 106 |
| Binary | 10000100 | 10111111 | 11011111 | 101001 | 1110 | 0 | 1101 | 11001001 | 111011 | 1000110 |
Color Harmonies of #84BFDF
Complementary color
Monochromatic Colors of #84BFDF
Black with #84BFDF
Text Example
Text Example
White with #84BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFDF; }
p { color: rgb(132,191,223); }
H1.HeaderClassName
{
color: #84BFDF;
}
.AnyTagClassName
{
color: #84BFDF;
}
</style>
background-color css
<style>
a { background-color: #84BFDF; }
a { background-color: rgb(132,191,223); }
div.DivClassName
{
background-color: #84BFDF;
}
.BgClassName
{
background-color: #84BFDF;
}
</style>
border-color css
<style>
span { border-color: #84BFDF; }
span { border-color: rgb(132,191,223); }
td.TdClassName
{
border-color: #84BFDF;
}
.TagClassName
{
border-color: #84BFDF;
}
</style>