Shades of Deep Sky Blue #00BDFC
Tints of Deep Sky Blue #00BDFC
RGB
CMYK
RGB Variations
Color information
#00BDFC (or 0x00BDFC) is known color: Deep Sky Blue. HEX triplet: 00, BD and FC. RGB value is (0,189,252). Sum of RGB (Red+Green+Blue) = 0+189+252=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #00BDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BDFC is #FF4203. Grayscale: #8B8B8B. Windows color (decimal): -16728580 or 16563456. OLE color: 16563456.
HSL color Cylindrical-coordinate representation of color #00BDFC: hue angle of 195º 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 #00BDFC is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 189 | 252 | - |
| CMYK | 1 | 0.25 | 0 | 0.01 |
| HSL | 195º | 1% | 0.49% | - |
| HSV(B) | 195º | 1% | 0.99% | - |
| XYZ | 35.77 | 43.42 | 98.59 | - |
| YUV | 139.67 | 191.38 | 28.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 252 | 1 | 0.25 | 0 | 0.01 | 195 | 1 | 0.49 |
| Hex | 0 | BD | FC | 64 | 19 | 0 | 1 | C3 | 64 | 31 |
| Octal | 0 | 275 | 374 | 144 | 31 | 0 | 1 | 303 | 144 | 61 |
| Binary | 0 | 10111101 | 11111100 | 1100100 | 11001 | 0 | 1 | 11000011 | 1100100 | 110001 |
Color Harmonies of #00BDFC
Complementary color
Monochromatic Colors of #00BDFC
Black with #00BDFC
Text Example
Text Example
White with #00BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDFC; }
p { color: rgb(0,189,252); }
H1.HeaderClassName
{
color: #00BDFC;
}
.AnyTagClassName
{
color: #00BDFC;
}
</style>
background-color css
<style>
a { background-color: #00BDFC; }
a { background-color: rgb(0,189,252); }
div.DivClassName
{
background-color: #00BDFC;
}
.BgClassName
{
background-color: #00BDFC;
}
</style>
border-color css
<style>
span { border-color: #00BDFC; }
span { border-color: rgb(0,189,252); }
td.TdClassName
{
border-color: #00BDFC;
}
.TagClassName
{
border-color: #00BDFC;
}
</style>