Shades of Deep Sky Blue #06C1F1
Tints of Deep Sky Blue #06C1F1
RGB
CMYK
RGB Variations
Color information
#06C1F1 (or 0x06C1F1) is known color: Deep Sky Blue. HEX triplet: 06, C1 and F1. RGB value is (6,193,241). Sum of RGB (Red+Green+Blue) = 6+193+241=440 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #06C1F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C1F1 is #F93E0E. Grayscale: #8E8E8E. Windows color (decimal): -16334351 or 15843590. OLE color: 15843590.
HSL color Cylindrical-coordinate representation of color #06C1F1: hue angle of 192.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C1F1 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 193 | 241 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.05 |
| HSL | 192.26º | 0.95% | 0.48% | - |
| HSV(B) | 192.26º | 0.98% | 0.95% | - |
| XYZ | 35.02 | 44.53 | 89.97 | - |
| YUV | 142.56 | 183.55 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 241 | 0.98 | 0.20 | 0 | 0.05 | 192.26 | 0.95 | 0.48 |
| Hex | 6 | C1 | F1 | 62 | 14 | 0 | 5 | C0 | 5F | 30 |
| Octal | 6 | 301 | 361 | 142 | 24 | 0 | 5 | 300 | 137 | 60 |
| Binary | 110 | 11000001 | 11110001 | 1100010 | 10100 | 0 | 101 | 11000000 | 1011111 | 110000 |
Color Harmonies of #06C1F1
Complementary color
Monochromatic Colors of #06C1F1
Black with #06C1F1
Text Example
Text Example
White with #06C1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C1F1; }
p { color: rgb(6,193,241); }
H1.HeaderClassName
{
color: #06C1F1;
}
.AnyTagClassName
{
color: #06C1F1;
}
</style>
background-color css
<style>
a { background-color: #06C1F1; }
a { background-color: rgb(6,193,241); }
div.DivClassName
{
background-color: #06C1F1;
}
.BgClassName
{
background-color: #06C1F1;
}
</style>
border-color css
<style>
span { border-color: #06C1F1; }
span { border-color: rgb(6,193,241); }
td.TdClassName
{
border-color: #06C1F1;
}
.TagClassName
{
border-color: #06C1F1;
}
</style>