Shades of Deep Sky Blue #01BAF3
Tints of Deep Sky Blue #01BAF3
RGB
CMYK
RGB Variations
Color information
#01BAF3 (or 0x01BAF3) is known color: Deep Sky Blue. HEX triplet: 01, BA and F3. RGB value is (1,186,243). Sum of RGB (Red+Green+Blue) = 1+186+243=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #01BAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BAF3 is #FE450C. Grayscale: #888888. Windows color (decimal): -16663821 or 15972865. OLE color: 15972865.
HSL color Cylindrical-coordinate representation of color #01BAF3: hue angle of 194.13º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BAF3 is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 186 | 243 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.05 |
| HSL | 194.13º | 0.99% | 0.48% | - |
| HSV(B) | 194.13º | 1% | 0.95% | - |
| XYZ | 33.75 | 41.6 | 91.04 | - |
| YUV | 137.18 | 187.71 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 243 | 1.00 | 0.23 | 0 | 0.05 | 194.13 | 0.99 | 0.48 |
| Hex | 1 | BA | F3 | 64 | 17 | 0 | 5 | C2 | 63 | 30 |
| Octal | 1 | 272 | 363 | 144 | 27 | 0 | 5 | 302 | 143 | 60 |
| Binary | 1 | 10111010 | 11110011 | 1100100 | 10111 | 0 | 101 | 11000010 | 1100011 | 110000 |
Color Harmonies of #01BAF3
Complementary color
Monochromatic Colors of #01BAF3
Black with #01BAF3
Text Example
Text Example
White with #01BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BAF3; }
p { color: rgb(1,186,243); }
H1.HeaderClassName
{
color: #01BAF3;
}
.AnyTagClassName
{
color: #01BAF3;
}
</style>
background-color css
<style>
a { background-color: #01BAF3; }
a { background-color: rgb(1,186,243); }
div.DivClassName
{
background-color: #01BAF3;
}
.BgClassName
{
background-color: #01BAF3;
}
</style>
border-color css
<style>
span { border-color: #01BAF3; }
span { border-color: rgb(1,186,243); }
td.TdClassName
{
border-color: #01BAF3;
}
.TagClassName
{
border-color: #01BAF3;
}
</style>