Shades of Deep Sky Blue #01BCFF
Tints of Deep Sky Blue #01BCFF
RGB
CMYK
RGB Variations
Color information
#01BCFF (or 0x01BCFF) is known color: Deep Sky Blue. HEX triplet: 01, BC and FF. RGB value is (1,188,255). Sum of RGB (Red+Green+Blue) = 1+188+255=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #01BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCFF is #FE4300. Grayscale: #8B8B8B. Windows color (decimal): -16663297 or 16759809. OLE color: 16759809.
HSL color Cylindrical-coordinate representation of color #01BCFF: hue angle of 195.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCFF is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 188 | 255 | - |
| CMYK | 1.00 | 0.26 | 0 | 0 |
| HSL | 195.83º | 1% | 0.5% | - |
| HSV(B) | 195.83º | 1% | 1% | - |
| XYZ | 36.05 | 43.19 | 101.05 | - |
| YUV | 139.73 | 193.05 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 255 | 1.00 | 0.26 | 0 | 0 | 195.83 | 1 | 0.5 |
| Hex | 1 | BC | FF | 64 | 1A | 0 | 0 | C4 | 64 | 32 |
| Octal | 1 | 274 | 377 | 144 | 32 | 0 | 0 | 304 | 144 | 62 |
| Binary | 1 | 10111100 | 11111111 | 1100100 | 11010 | 0 | 0 | 11000100 | 1100100 | 110010 |
Color Harmonies of #01BCFF
Complementary color
Monochromatic Colors of #01BCFF
Black with #01BCFF
Text Example
Text Example
White with #01BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCFF; }
p { color: rgb(1,188,255); }
H1.HeaderClassName
{
color: #01BCFF;
}
.AnyTagClassName
{
color: #01BCFF;
}
</style>
background-color css
<style>
a { background-color: #01BCFF; }
a { background-color: rgb(1,188,255); }
div.DivClassName
{
background-color: #01BCFF;
}
.BgClassName
{
background-color: #01BCFF;
}
</style>
border-color css
<style>
span { border-color: #01BCFF; }
span { border-color: rgb(1,188,255); }
td.TdClassName
{
border-color: #01BCFF;
}
.TagClassName
{
border-color: #01BCFF;
}
</style>