Shades of Deep Sky Blue #01BCFD
Tints of Deep Sky Blue #01BCFD
RGB
CMYK
RGB Variations
Color information
#01BCFD (or 0x01BCFD) is known color: Deep Sky Blue. HEX triplet: 01, BC and FD. RGB value is (1,188,253). Sum of RGB (Red+Green+Blue) = 1+188+253=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #01BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCFD is #FE4302. Grayscale: #8B8B8B. Windows color (decimal): -16663299 or 16628737. OLE color: 16628737.
HSL color Cylindrical-coordinate representation of color #01BCFD: hue angle of 195.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCFD is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 188 | 253 | - |
| CMYK | 1.00 | 0.26 | 0 | 0.01 |
| HSL | 195.48º | 0.99% | 0.5% | - |
| HSV(B) | 195.48º | 1% | 0.99% | - |
| XYZ | 35.73 | 43.06 | 99.36 | - |
| YUV | 139.5 | 192.05 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 253 | 1.00 | 0.26 | 0 | 0.01 | 195.48 | 0.99 | 0.5 |
| Hex | 1 | BC | FD | 64 | 1A | 0 | 1 | C3 | 63 | 32 |
| Octal | 1 | 274 | 375 | 144 | 32 | 0 | 1 | 303 | 143 | 62 |
| Binary | 1 | 10111100 | 11111101 | 1100100 | 11010 | 0 | 1 | 11000011 | 1100011 | 110010 |
Color Harmonies of #01BCFD
Complementary color
Monochromatic Colors of #01BCFD
Black with #01BCFD
Text Example
Text Example
White with #01BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCFD; }
p { color: rgb(1,188,253); }
H1.HeaderClassName
{
color: #01BCFD;
}
.AnyTagClassName
{
color: #01BCFD;
}
</style>
background-color css
<style>
a { background-color: #01BCFD; }
a { background-color: rgb(1,188,253); }
div.DivClassName
{
background-color: #01BCFD;
}
.BgClassName
{
background-color: #01BCFD;
}
</style>
border-color css
<style>
span { border-color: #01BCFD; }
span { border-color: rgb(1,188,253); }
td.TdClassName
{
border-color: #01BCFD;
}
.TagClassName
{
border-color: #01BCFD;
}
</style>