Shades of Deep Sky Blue #00BAFC
Tints of Deep Sky Blue #00BAFC
RGB
CMYK
RGB Variations
Color information
#00BAFC (or 0x00BAFC) is known color: Deep Sky Blue. HEX triplet: 00, BA and FC. RGB value is (0,186,252). Sum of RGB (Red+Green+Blue) = 0+186+252=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #00BAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BAFC is #FF4503. Grayscale: #898989. Windows color (decimal): -16729348 or 16562688. OLE color: 16562688.
HSL color Cylindrical-coordinate representation of color #00BAFC: hue angle of 195.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAFC is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 186 | 252 | - |
| CMYK | 1 | 0.26 | 0 | 0.01 |
| HSL | 195.71º | 1% | 0.49% | - |
| HSV(B) | 195.71º | 1% | 0.99% | - |
| XYZ | 35.13 | 42.15 | 98.38 | - |
| YUV | 137.91 | 192.38 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 252 | 1 | 0.26 | 0 | 0.01 | 195.71 | 1 | 0.49 |
| Hex | 0 | BA | FC | 64 | 1A | 0 | 1 | C4 | 64 | 31 |
| Octal | 0 | 272 | 374 | 144 | 32 | 0 | 1 | 304 | 144 | 61 |
| Binary | 0 | 10111010 | 11111100 | 1100100 | 11010 | 0 | 1 | 11000100 | 1100100 | 110001 |
Color Harmonies of #00BAFC
Complementary color
Monochromatic Colors of #00BAFC
Black with #00BAFC
Text Example
Text Example
White with #00BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BAFC; }
p { color: rgb(0,186,252); }
H1.HeaderClassName
{
color: #00BAFC;
}
.AnyTagClassName
{
color: #00BAFC;
}
</style>
background-color css
<style>
a { background-color: #00BAFC; }
a { background-color: rgb(0,186,252); }
div.DivClassName
{
background-color: #00BAFC;
}
.BgClassName
{
background-color: #00BAFC;
}
</style>
border-color css
<style>
span { border-color: #00BAFC; }
span { border-color: rgb(0,186,252); }
td.TdClassName
{
border-color: #00BAFC;
}
.TagClassName
{
border-color: #00BAFC;
}
</style>