Shades of Deep Sky Blue #06BFE5
Tints of Deep Sky Blue #06BFE5
RGB
CMYK
RGB Variations
Color information
#06BFE5 (or 0x06BFE5) is known color: Deep Sky Blue. HEX triplet: 06, BF and E5. RGB value is (6,191,229). Sum of RGB (Red+Green+Blue) = 6+191+229=426 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #06BFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFE5 is #F9401A. Grayscale: #8B8B8B. Windows color (decimal): -16334875 or 15056646. OLE color: 15056646.
HSL color Cylindrical-coordinate representation of color #06BFE5: hue angle of 190.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFE5 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 191 | 229 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.10 |
| HSL | 190.22º | 0.95% | 0.46% | - |
| HSV(B) | 190.22º | 0.97% | 0.9% | - |
| XYZ | 32.85 | 42.96 | 80.69 | - |
| YUV | 140.02 | 178.21 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 229 | 0.97 | 0.17 | 0 | 0.10 | 190.22 | 0.95 | 0.46 |
| Hex | 6 | BF | E5 | 61 | 11 | 0 | A | BE | 5F | 2E |
| Octal | 6 | 277 | 345 | 141 | 21 | 0 | 12 | 276 | 137 | 56 |
| Binary | 110 | 10111111 | 11100101 | 1100001 | 10001 | 0 | 1010 | 10111110 | 1011111 | 101110 |
Color Harmonies of #06BFE5
Complementary color
Monochromatic Colors of #06BFE5
Black with #06BFE5
Text Example
Text Example
White with #06BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFE5; }
p { color: rgb(6,191,229); }
H1.HeaderClassName
{
color: #06BFE5;
}
.AnyTagClassName
{
color: #06BFE5;
}
</style>
background-color css
<style>
a { background-color: #06BFE5; }
a { background-color: rgb(6,191,229); }
div.DivClassName
{
background-color: #06BFE5;
}
.BgClassName
{
background-color: #06BFE5;
}
</style>
border-color css
<style>
span { border-color: #06BFE5; }
span { border-color: rgb(6,191,229); }
td.TdClassName
{
border-color: #06BFE5;
}
.TagClassName
{
border-color: #06BFE5;
}
</style>