Shades of Deep Sky Blue #06C2FA
Tints of Deep Sky Blue #06C2FA
RGB
CMYK
RGB Variations
Color information
#06C2FA (or 0x06C2FA) is known color: Deep Sky Blue. HEX triplet: 06, C2 and FA. RGB value is (6,194,250). Sum of RGB (Red+Green+Blue) = 6+194+250=450 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #06C2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C2FA is #F93D05. Grayscale: #8F8F8F. Windows color (decimal): -16334086 or 16433670. OLE color: 16433670.
HSL color Cylindrical-coordinate representation of color #06C2FA: hue angle of 193.77º 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 #06C2FA is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 194 | 250 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.02 |
| HSL | 193.77º | 0.96% | 0.5% | - |
| HSV(B) | 193.77º | 0.98% | 0.98% | - |
| XYZ | 36.62 | 45.52 | 97.3 | - |
| YUV | 144.17 | 187.72 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 250 | 0.98 | 0.22 | 0 | 0.02 | 193.77 | 0.96 | 0.5 |
| Hex | 6 | C2 | FA | 62 | 16 | 0 | 2 | C2 | 60 | 32 |
| Octal | 6 | 302 | 372 | 142 | 26 | 0 | 2 | 302 | 140 | 62 |
| Binary | 110 | 11000010 | 11111010 | 1100010 | 10110 | 0 | 10 | 11000010 | 1100000 | 110010 |
Color Harmonies of #06C2FA
Complementary color
Monochromatic Colors of #06C2FA
Black with #06C2FA
Text Example
Text Example
White with #06C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C2FA; }
p { color: rgb(6,194,250); }
H1.HeaderClassName
{
color: #06C2FA;
}
.AnyTagClassName
{
color: #06C2FA;
}
</style>
background-color css
<style>
a { background-color: #06C2FA; }
a { background-color: rgb(6,194,250); }
div.DivClassName
{
background-color: #06C2FA;
}
.BgClassName
{
background-color: #06C2FA;
}
</style>
border-color css
<style>
span { border-color: #06C2FA; }
span { border-color: rgb(6,194,250); }
td.TdClassName
{
border-color: #06C2FA;
}
.TagClassName
{
border-color: #06C2FA;
}
</style>