Shades of Deep Sky Blue #00BCF9
Tints of Deep Sky Blue #00BCF9
RGB
CMYK
RGB Variations
Color information
#00BCF9 (or 0x00BCF9) is known color: Deep Sky Blue. HEX triplet: 00, BC and F9. RGB value is (0,188,249). Sum of RGB (Red+Green+Blue) = 0+188+249=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #00BCF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCF9 is #FF4306. Grayscale: #8A8A8A. Windows color (decimal): -16728839 or 16366592. OLE color: 16366592.
HSL color Cylindrical-coordinate representation of color #00BCF9: hue angle of 194.7º 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 #00BCF9 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 188 | 249 | - |
| CMYK | 1 | 0.24 | 0 | 0.02 |
| HSL | 194.7º | 1% | 0.49% | - |
| HSV(B) | 194.7º | 1% | 0.98% | - |
| XYZ | 35.08 | 42.81 | 96.04 | - |
| YUV | 138.74 | 190.22 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 249 | 1 | 0.24 | 0 | 0.02 | 194.7 | 1 | 0.49 |
| Hex | 0 | BC | F9 | 64 | 18 | 0 | 2 | C3 | 64 | 31 |
| Octal | 0 | 274 | 371 | 144 | 30 | 0 | 2 | 303 | 144 | 61 |
| Binary | 0 | 10111100 | 11111001 | 1100100 | 11000 | 0 | 10 | 11000011 | 1100100 | 110001 |
Color Harmonies of #00BCF9
Complementary color
Monochromatic Colors of #00BCF9
Black with #00BCF9
Text Example
Text Example
White with #00BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCF9; }
p { color: rgb(0,188,249); }
H1.HeaderClassName
{
color: #00BCF9;
}
.AnyTagClassName
{
color: #00BCF9;
}
</style>
background-color css
<style>
a { background-color: #00BCF9; }
a { background-color: rgb(0,188,249); }
div.DivClassName
{
background-color: #00BCF9;
}
.BgClassName
{
background-color: #00BCF9;
}
</style>
border-color css
<style>
span { border-color: #00BCF9; }
span { border-color: rgb(0,188,249); }
td.TdClassName
{
border-color: #00BCF9;
}
.TagClassName
{
border-color: #00BCF9;
}
</style>