Shades of Deep Sky Blue #06B2EC
Tints of Deep Sky Blue #06B2EC
RGB
CMYK
RGB Variations
Color information
#06B2EC (or 0x06B2EC) is known color: Deep Sky Blue. HEX triplet: 06, B2 and EC. RGB value is (6,178,236). Sum of RGB (Red+Green+Blue) = 6+178+236=420 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #06B2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B2EC is #F94D13. Grayscale: #848484. Windows color (decimal): -16338196 or 15512070. OLE color: 15512070.
HSL color Cylindrical-coordinate representation of color #06B2EC: hue angle of 195.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B2EC is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 178 | 236 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.07 |
| HSL | 195.13º | 0.95% | 0.47% | - |
| HSV(B) | 195.13º | 0.97% | 0.93% | - |
| XYZ | 31.14 | 37.94 | 85.04 | - |
| YUV | 133.18 | 186.02 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 236 | 0.97 | 0.25 | 0 | 0.07 | 195.13 | 0.95 | 0.47 |
| Hex | 6 | B2 | EC | 61 | 19 | 0 | 7 | C3 | 5F | 2F |
| Octal | 6 | 262 | 354 | 141 | 31 | 0 | 7 | 303 | 137 | 57 |
| Binary | 110 | 10110010 | 11101100 | 1100001 | 11001 | 0 | 111 | 11000011 | 1011111 | 101111 |
Color Harmonies of #06B2EC
Complementary color
Monochromatic Colors of #06B2EC
Black with #06B2EC
Text Example
Text Example
White with #06B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B2EC; }
p { color: rgb(6,178,236); }
H1.HeaderClassName
{
color: #06B2EC;
}
.AnyTagClassName
{
color: #06B2EC;
}
</style>
background-color css
<style>
a { background-color: #06B2EC; }
a { background-color: rgb(6,178,236); }
div.DivClassName
{
background-color: #06B2EC;
}
.BgClassName
{
background-color: #06B2EC;
}
</style>
border-color css
<style>
span { border-color: #06B2EC; }
span { border-color: rgb(6,178,236); }
td.TdClassName
{
border-color: #06B2EC;
}
.TagClassName
{
border-color: #06B2EC;
}
</style>