Shades of Deep Sky Blue #01BCF2
Tints of Deep Sky Blue #01BCF2
RGB
CMYK
RGB Variations
Color information
#01BCF2 (or 0x01BCF2) is known color: Deep Sky Blue. HEX triplet: 01, BC and F2. RGB value is (1,188,242). Sum of RGB (Red+Green+Blue) = 1+188+242=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #01BCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCF2 is #FE430D. Grayscale: #898989. Windows color (decimal): -16663310 or 15907841. OLE color: 15907841.
HSL color Cylindrical-coordinate representation of color #01BCF2: hue angle of 193.44º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCF2 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 188 | 242 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.05 |
| HSL | 193.44º | 0.99% | 0.48% | - |
| HSV(B) | 193.44º | 1% | 0.95% | - |
| XYZ | 34.02 | 42.38 | 90.39 | - |
| YUV | 138.24 | 186.55 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 242 | 1.00 | 0.22 | 0 | 0.05 | 193.44 | 0.99 | 0.48 |
| Hex | 1 | BC | F2 | 64 | 16 | 0 | 5 | C1 | 63 | 30 |
| Octal | 1 | 274 | 362 | 144 | 26 | 0 | 5 | 301 | 143 | 60 |
| Binary | 1 | 10111100 | 11110010 | 1100100 | 10110 | 0 | 101 | 11000001 | 1100011 | 110000 |
Color Harmonies of #01BCF2
Complementary color
Monochromatic Colors of #01BCF2
Black with #01BCF2
Text Example
Text Example
White with #01BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCF2; }
p { color: rgb(1,188,242); }
H1.HeaderClassName
{
color: #01BCF2;
}
.AnyTagClassName
{
color: #01BCF2;
}
</style>
background-color css
<style>
a { background-color: #01BCF2; }
a { background-color: rgb(1,188,242); }
div.DivClassName
{
background-color: #01BCF2;
}
.BgClassName
{
background-color: #01BCF2;
}
</style>
border-color css
<style>
span { border-color: #01BCF2; }
span { border-color: rgb(1,188,242); }
td.TdClassName
{
border-color: #01BCF2;
}
.TagClassName
{
border-color: #01BCF2;
}
</style>