Shades of Deep Sky Blue #06BEFE
Tints of Deep Sky Blue #06BEFE
RGB
CMYK
RGB Variations
Color information
#06BEFE (or 0x06BEFE) is known color: Deep Sky Blue. HEX triplet: 06, BE and FE. RGB value is (6,190,254). Sum of RGB (Red+Green+Blue) = 6+190+254=450 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #06BEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BEFE is #F94101. Grayscale: #8D8D8D. Windows color (decimal): -16335106 or 16694790. OLE color: 16694790.
HSL color Cylindrical-coordinate representation of color #06BEFE: hue angle of 195.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BEFE is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 190 | 254 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.00 |
| HSL | 195.48º | 0.99% | 0.51% | - |
| HSV(B) | 195.48º | 0.98% | 1% | - |
| XYZ | 36.38 | 44.02 | 100.35 | - |
| YUV | 142.28 | 191.04 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 190 | 254 | 0.98 | 0.25 | 0 | 0.00 | 195.48 | 0.99 | 0.51 |
| Hex | 6 | BE | FE | 62 | 19 | 0 | 0 | C3 | 63 | 33 |
| Octal | 6 | 276 | 376 | 142 | 31 | 0 | 0 | 303 | 143 | 63 |
| Binary | 110 | 10111110 | 11111110 | 1100010 | 11001 | 0 | 0 | 11000011 | 1100011 | 110011 |
Color Harmonies of #06BEFE
Complementary color
Monochromatic Colors of #06BEFE
Black with #06BEFE
Text Example
Text Example
White with #06BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BEFE; }
p { color: rgb(6,190,254); }
H1.HeaderClassName
{
color: #06BEFE;
}
.AnyTagClassName
{
color: #06BEFE;
}
</style>
background-color css
<style>
a { background-color: #06BEFE; }
a { background-color: rgb(6,190,254); }
div.DivClassName
{
background-color: #06BEFE;
}
.BgClassName
{
background-color: #06BEFE;
}
</style>
border-color css
<style>
span { border-color: #06BEFE; }
span { border-color: rgb(6,190,254); }
td.TdClassName
{
border-color: #06BEFE;
}
.TagClassName
{
border-color: #06BEFE;
}
</style>