Shades of Deep Sky Blue #01BCEB
Tints of Deep Sky Blue #01BCEB
RGB
CMYK
RGB Variations
Color information
#01BCEB (or 0x01BCEB) is known color: Deep Sky Blue. HEX triplet: 01, BC and EB. RGB value is (1,188,235). Sum of RGB (Red+Green+Blue) = 1+188+235=424 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #01BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCEB is #FE4314. Grayscale: #898989. Windows color (decimal): -16663317 or 15449089. OLE color: 15449089.
HSL color Cylindrical-coordinate representation of color #01BCEB: hue angle of 192.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCEB is Cyan = 1.00, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 188 | 235 | - |
| CMYK | 1.00 | 0.2 | 0 | 0.08 |
| HSL | 192.05º | 0.99% | 0.46% | - |
| HSV(B) | 192.05º | 1% | 0.92% | - |
| XYZ | 32.99 | 41.97 | 84.96 | - |
| YUV | 137.45 | 183.05 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 235 | 1.00 | 0.2 | 0 | 0.08 | 192.05 | 0.99 | 0.46 |
| Hex | 1 | BC | EB | 64 | 14 | 0 | 8 | C0 | 63 | 2E |
| Octal | 1 | 274 | 353 | 144 | 24 | 0 | 10 | 300 | 143 | 56 |
| Binary | 1 | 10111100 | 11101011 | 1100100 | 10100 | 0 | 1000 | 11000000 | 1100011 | 101110 |
Color Harmonies of #01BCEB
Complementary color
Monochromatic Colors of #01BCEB
Black with #01BCEB
Text Example
Text Example
White with #01BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCEB; }
p { color: rgb(1,188,235); }
H1.HeaderClassName
{
color: #01BCEB;
}
.AnyTagClassName
{
color: #01BCEB;
}
</style>
background-color css
<style>
a { background-color: #01BCEB; }
a { background-color: rgb(1,188,235); }
div.DivClassName
{
background-color: #01BCEB;
}
.BgClassName
{
background-color: #01BCEB;
}
</style>
border-color css
<style>
span { border-color: #01BCEB; }
span { border-color: rgb(1,188,235); }
td.TdClassName
{
border-color: #01BCEB;
}
.TagClassName
{
border-color: #01BCEB;
}
</style>