Shades of Deep Sky Blue #00BAFB
Tints of Deep Sky Blue #00BAFB
RGB
CMYK
RGB Variations
Color information
#00BAFB (or 0x00BAFB) is known color: Deep Sky Blue. HEX triplet: 00, BA and FB. RGB value is (0,186,251). Sum of RGB (Red+Green+Blue) = 0+186+251=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #00BAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BAFB is #FF4504. Grayscale: #898989. Windows color (decimal): -16729349 or 16497152. OLE color: 16497152.
HSL color Cylindrical-coordinate representation of color #00BAFB: hue angle of 195.54º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAFB is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 186 | 251 | - |
| CMYK | 1 | 0.26 | 0 | 0.02 |
| HSL | 195.54º | 1% | 0.49% | - |
| HSV(B) | 195.54º | 1% | 0.98% | - |
| XYZ | 34.97 | 42.08 | 97.55 | - |
| YUV | 137.8 | 191.88 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 251 | 1 | 0.26 | 0 | 0.02 | 195.54 | 1 | 0.49 |
| Hex | 0 | BA | FB | 64 | 1A | 0 | 2 | C4 | 64 | 31 |
| Octal | 0 | 272 | 373 | 144 | 32 | 0 | 2 | 304 | 144 | 61 |
| Binary | 0 | 10111010 | 11111011 | 1100100 | 11010 | 0 | 10 | 11000100 | 1100100 | 110001 |
Color Harmonies of #00BAFB
Complementary color
Monochromatic Colors of #00BAFB
Black with #00BAFB
Text Example
Text Example
White with #00BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BAFB; }
p { color: rgb(0,186,251); }
H1.HeaderClassName
{
color: #00BAFB;
}
.AnyTagClassName
{
color: #00BAFB;
}
</style>
background-color css
<style>
a { background-color: #00BAFB; }
a { background-color: rgb(0,186,251); }
div.DivClassName
{
background-color: #00BAFB;
}
.BgClassName
{
background-color: #00BAFB;
}
</style>
border-color css
<style>
span { border-color: #00BAFB; }
span { border-color: rgb(0,186,251); }
td.TdClassName
{
border-color: #00BAFB;
}
.TagClassName
{
border-color: #00BAFB;
}
</style>