Shades of Deep Sky Blue #00BFE6
Tints of Deep Sky Blue #00BFE6
RGB
CMYK
RGB Variations
Color information
#00BFE6 (or 0x00BFE6) is known color: Deep Sky Blue. HEX triplet: 00, BF and E6. RGB value is (0,191,230). Sum of RGB (Red+Green+Blue) = 0+191+230=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #00BFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFE6 is #FF4019. Grayscale: #898989. Windows color (decimal): -16728090 or 15122176. OLE color: 15122176.
HSL color Cylindrical-coordinate representation of color #00BFE6: hue angle of 190.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFE6 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 191 | 230 | - |
| CMYK | 1 | 0.17 | 0 | 0.10 |
| HSL | 190.17º | 1% | 0.45% | - |
| HSV(B) | 190.17º | 1% | 0.9% | - |
| XYZ | 32.91 | 42.97 | 81.42 | - |
| YUV | 138.34 | 179.72 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 230 | 1 | 0.17 | 0 | 0.10 | 190.17 | 1 | 0.45 |
| Hex | 0 | BF | E6 | 64 | 11 | 0 | A | BE | 64 | 2D |
| Octal | 0 | 277 | 346 | 144 | 21 | 0 | 12 | 276 | 144 | 55 |
| Binary | 0 | 10111111 | 11100110 | 1100100 | 10001 | 0 | 1010 | 10111110 | 1100100 | 101101 |
Color Harmonies of #00BFE6
Complementary color
Monochromatic Colors of #00BFE6
Black with #00BFE6
Text Example
Text Example
White with #00BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFE6; }
p { color: rgb(0,191,230); }
H1.HeaderClassName
{
color: #00BFE6;
}
.AnyTagClassName
{
color: #00BFE6;
}
</style>
background-color css
<style>
a { background-color: #00BFE6; }
a { background-color: rgb(0,191,230); }
div.DivClassName
{
background-color: #00BFE6;
}
.BgClassName
{
background-color: #00BFE6;
}
</style>
border-color css
<style>
span { border-color: #00BFE6; }
span { border-color: rgb(0,191,230); }
td.TdClassName
{
border-color: #00BFE6;
}
.TagClassName
{
border-color: #00BFE6;
}
</style>