Shades of Deep Sky Blue #06BEFA
Tints of Deep Sky Blue #06BEFA
RGB
CMYK
RGB Variations
Color information
#06BEFA (or 0x06BEFA) is known color: Deep Sky Blue. HEX triplet: 06, BE and FA. RGB value is (6,190,250). Sum of RGB (Red+Green+Blue) = 6+190+250=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #06BEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BEFA is #F94105. Grayscale: #8D8D8D. Windows color (decimal): -16335110 or 16432646. OLE color: 16432646.
HSL color Cylindrical-coordinate representation of color #06BEFA: hue angle of 194.75º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BEFA is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 190 | 250 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.02 |
| HSL | 194.75º | 0.96% | 0.5% | - |
| HSV(B) | 194.75º | 0.98% | 0.98% | - |
| XYZ | 35.74 | 43.77 | 97.01 | - |
| YUV | 141.82 | 189.04 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 190 | 250 | 0.98 | 0.24 | 0 | 0.02 | 194.75 | 0.96 | 0.5 |
| Hex | 6 | BE | FA | 62 | 18 | 0 | 2 | C3 | 60 | 32 |
| Octal | 6 | 276 | 372 | 142 | 30 | 0 | 2 | 303 | 140 | 62 |
| Binary | 110 | 10111110 | 11111010 | 1100010 | 11000 | 0 | 10 | 11000011 | 1100000 | 110010 |
Color Harmonies of #06BEFA
Complementary color
Monochromatic Colors of #06BEFA
Black with #06BEFA
Text Example
Text Example
White with #06BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BEFA; }
p { color: rgb(6,190,250); }
H1.HeaderClassName
{
color: #06BEFA;
}
.AnyTagClassName
{
color: #06BEFA;
}
</style>
background-color css
<style>
a { background-color: #06BEFA; }
a { background-color: rgb(6,190,250); }
div.DivClassName
{
background-color: #06BEFA;
}
.BgClassName
{
background-color: #06BEFA;
}
</style>
border-color css
<style>
span { border-color: #06BEFA; }
span { border-color: rgb(6,190,250); }
td.TdClassName
{
border-color: #06BEFA;
}
.TagClassName
{
border-color: #06BEFA;
}
</style>