Shades of Deep Sky Blue #06BFEE
Tints of Deep Sky Blue #06BFEE
RGB
CMYK
RGB Variations
Color information
#06BFEE (or 0x06BFEE) is known color: Deep Sky Blue. HEX triplet: 06, BF and EE. RGB value is (6,191,238). Sum of RGB (Red+Green+Blue) = 6+191+238=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #06BFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BFEE is #F94011. Grayscale: #8C8C8C. Windows color (decimal): -16334866 or 15646470. OLE color: 15646470.
HSL color Cylindrical-coordinate representation of color #06BFEE: hue angle of 192.16º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFEE is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 191 | 238 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.07 |
| HSL | 192.16º | 0.95% | 0.48% | - |
| HSV(B) | 192.16º | 0.97% | 0.93% | - |
| XYZ | 34.14 | 43.47 | 87.48 | - |
| YUV | 141.04 | 182.71 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 238 | 0.97 | 0.20 | 0 | 0.07 | 192.16 | 0.95 | 0.48 |
| Hex | 6 | BF | EE | 61 | 14 | 0 | 7 | C0 | 5F | 30 |
| Octal | 6 | 277 | 356 | 141 | 24 | 0 | 7 | 300 | 137 | 60 |
| Binary | 110 | 10111111 | 11101110 | 1100001 | 10100 | 0 | 111 | 11000000 | 1011111 | 110000 |
Color Harmonies of #06BFEE
Complementary color
Monochromatic Colors of #06BFEE
Black with #06BFEE
Text Example
Text Example
White with #06BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFEE; }
p { color: rgb(6,191,238); }
H1.HeaderClassName
{
color: #06BFEE;
}
.AnyTagClassName
{
color: #06BFEE;
}
</style>
background-color css
<style>
a { background-color: #06BFEE; }
a { background-color: rgb(6,191,238); }
div.DivClassName
{
background-color: #06BFEE;
}
.BgClassName
{
background-color: #06BFEE;
}
</style>
border-color css
<style>
span { border-color: #06BFEE; }
span { border-color: rgb(6,191,238); }
td.TdClassName
{
border-color: #06BFEE;
}
.TagClassName
{
border-color: #06BFEE;
}
</style>