Shades of Deep Sky Blue #06B2EA
Tints of Deep Sky Blue #06B2EA
RGB
CMYK
RGB Variations
Color information
#06B2EA (or 0x06B2EA) is known color: Deep Sky Blue. HEX triplet: 06, B2 and EA. RGB value is (6,178,234). Sum of RGB (Red+Green+Blue) = 6+178+234=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #06B2EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B2EA is #F94D15. Grayscale: #848484. Windows color (decimal): -16338198 or 15380998. OLE color: 15380998.
HSL color Cylindrical-coordinate representation of color #06B2EA: hue angle of 194.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B2EA is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 178 | 234 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.08 |
| HSL | 194.74º | 0.95% | 0.47% | - |
| HSV(B) | 194.74º | 0.97% | 0.92% | - |
| XYZ | 30.85 | 37.82 | 83.52 | - |
| YUV | 132.96 | 185.02 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 234 | 0.97 | 0.24 | 0 | 0.08 | 194.74 | 0.95 | 0.47 |
| Hex | 6 | B2 | EA | 61 | 18 | 0 | 8 | C3 | 5F | 2F |
| Octal | 6 | 262 | 352 | 141 | 30 | 0 | 10 | 303 | 137 | 57 |
| Binary | 110 | 10110010 | 11101010 | 1100001 | 11000 | 0 | 1000 | 11000011 | 1011111 | 101111 |
Color Harmonies of #06B2EA
Complementary color
Monochromatic Colors of #06B2EA
Black with #06B2EA
Text Example
Text Example
White with #06B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B2EA; }
p { color: rgb(6,178,234); }
H1.HeaderClassName
{
color: #06B2EA;
}
.AnyTagClassName
{
color: #06B2EA;
}
</style>
background-color css
<style>
a { background-color: #06B2EA; }
a { background-color: rgb(6,178,234); }
div.DivClassName
{
background-color: #06B2EA;
}
.BgClassName
{
background-color: #06B2EA;
}
</style>
border-color css
<style>
span { border-color: #06B2EA; }
span { border-color: rgb(6,178,234); }
td.TdClassName
{
border-color: #06B2EA;
}
.TagClassName
{
border-color: #06B2EA;
}
</style>