Shades of Deep Sky Blue #06BBE4
Tints of Deep Sky Blue #06BBE4
RGB
CMYK
RGB Variations
Color information
#06BBE4 (or 0x06BBE4) is known color: Deep Sky Blue. HEX triplet: 06, BB and E4. RGB value is (6,187,228). Sum of RGB (Red+Green+Blue) = 6+187+228=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #06BBE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBE4 is #F9441B. Grayscale: #898989. Windows color (decimal): -16335900 or 14990086. OLE color: 14990086.
HSL color Cylindrical-coordinate representation of color #06BBE4: hue angle of 191.08º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBE4 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 187 | 228 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.11 |
| HSL | 191.08º | 0.95% | 0.46% | - |
| HSV(B) | 191.08º | 0.97% | 0.89% | - |
| XYZ | 31.85 | 41.18 | 79.67 | - |
| YUV | 137.56 | 179.03 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 228 | 0.97 | 0.18 | 0 | 0.11 | 191.08 | 0.95 | 0.46 |
| Hex | 6 | BB | E4 | 61 | 12 | 0 | B | BF | 5F | 2E |
| Octal | 6 | 273 | 344 | 141 | 22 | 0 | 13 | 277 | 137 | 56 |
| Binary | 110 | 10111011 | 11100100 | 1100001 | 10010 | 0 | 1011 | 10111111 | 1011111 | 101110 |
Color Harmonies of #06BBE4
Complementary color
Monochromatic Colors of #06BBE4
Black with #06BBE4
Text Example
Text Example
White with #06BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBE4; }
p { color: rgb(6,187,228); }
H1.HeaderClassName
{
color: #06BBE4;
}
.AnyTagClassName
{
color: #06BBE4;
}
</style>
background-color css
<style>
a { background-color: #06BBE4; }
a { background-color: rgb(6,187,228); }
div.DivClassName
{
background-color: #06BBE4;
}
.BgClassName
{
background-color: #06BBE4;
}
</style>
border-color css
<style>
span { border-color: #06BBE4; }
span { border-color: rgb(6,187,228); }
td.TdClassName
{
border-color: #06BBE4;
}
.TagClassName
{
border-color: #06BBE4;
}
</style>