Shades of Deep Sky Blue #01BAFF
Tints of Deep Sky Blue #01BAFF
RGB
CMYK
RGB Variations
Color information
#01BAFF (or 0x01BAFF) is known color: Deep Sky Blue. HEX triplet: 01, BA and FF. RGB value is (1,186,255). Sum of RGB (Red+Green+Blue) = 1+186+255=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #01BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BAFF is #FE4500. Grayscale: #8A8A8A. Windows color (decimal): -16663809 or 16759297. OLE color: 16759297.
HSL color Cylindrical-coordinate representation of color #01BAFF: hue angle of 196.3º 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 #01BAFF is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 186 | 255 | - |
| CMYK | 1.00 | 0.27 | 0 | 0 |
| HSL | 196.3º | 1% | 0.5% | - |
| HSV(B) | 196.3º | 1% | 1% | - |
| XYZ | 35.62 | 42.34 | 100.9 | - |
| YUV | 138.55 | 193.71 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 255 | 1.00 | 0.27 | 0 | 0 | 196.3 | 1 | 0.5 |
| Hex | 1 | BA | FF | 64 | 1B | 0 | 0 | C4 | 64 | 32 |
| Octal | 1 | 272 | 377 | 144 | 33 | 0 | 0 | 304 | 144 | 62 |
| Binary | 1 | 10111010 | 11111111 | 1100100 | 11011 | 0 | 0 | 11000100 | 1100100 | 110010 |
Color Harmonies of #01BAFF
Complementary color
Monochromatic Colors of #01BAFF
Black with #01BAFF
Text Example
Text Example
White with #01BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BAFF; }
p { color: rgb(1,186,255); }
H1.HeaderClassName
{
color: #01BAFF;
}
.AnyTagClassName
{
color: #01BAFF;
}
</style>
background-color css
<style>
a { background-color: #01BAFF; }
a { background-color: rgb(1,186,255); }
div.DivClassName
{
background-color: #01BAFF;
}
.BgClassName
{
background-color: #01BAFF;
}
</style>
border-color css
<style>
span { border-color: #01BAFF; }
span { border-color: rgb(1,186,255); }
td.TdClassName
{
border-color: #01BAFF;
}
.TagClassName
{
border-color: #01BAFF;
}
</style>