Shades of Deep Sky Blue #01BCEF
Tints of Deep Sky Blue #01BCEF
RGB
CMYK
RGB Variations
Color information
#01BCEF (or 0x01BCEF) is known color: Deep Sky Blue. HEX triplet: 01, BC and EF. RGB value is (1,188,239). Sum of RGB (Red+Green+Blue) = 1+188+239=428 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #01BCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCEF is #FE4310. Grayscale: #898989. Windows color (decimal): -16663313 or 15711233. OLE color: 15711233.
HSL color Cylindrical-coordinate representation of color #01BCEF: hue angle of 192.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCEF is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 188 | 239 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.06 |
| HSL | 192.86º | 0.99% | 0.47% | - |
| HSV(B) | 192.86º | 1% | 0.94% | - |
| XYZ | 33.58 | 42.2 | 88.04 | - |
| YUV | 137.9 | 185.05 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 239 | 1.00 | 0.21 | 0 | 0.06 | 192.86 | 0.99 | 0.47 |
| Hex | 1 | BC | EF | 64 | 15 | 0 | 6 | C1 | 63 | 2F |
| Octal | 1 | 274 | 357 | 144 | 25 | 0 | 6 | 301 | 143 | 57 |
| Binary | 1 | 10111100 | 11101111 | 1100100 | 10101 | 0 | 110 | 11000001 | 1100011 | 101111 |
Color Harmonies of #01BCEF
Complementary color
Monochromatic Colors of #01BCEF
Black with #01BCEF
Text Example
Text Example
White with #01BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCEF; }
p { color: rgb(1,188,239); }
H1.HeaderClassName
{
color: #01BCEF;
}
.AnyTagClassName
{
color: #01BCEF;
}
</style>
background-color css
<style>
a { background-color: #01BCEF; }
a { background-color: rgb(1,188,239); }
div.DivClassName
{
background-color: #01BCEF;
}
.BgClassName
{
background-color: #01BCEF;
}
</style>
border-color css
<style>
span { border-color: #01BCEF; }
span { border-color: rgb(1,188,239); }
td.TdClassName
{
border-color: #01BCEF;
}
.TagClassName
{
border-color: #01BCEF;
}
</style>