Shades of Deep Sky Blue #00BDFD
Tints of Deep Sky Blue #00BDFD
RGB
CMYK
RGB Variations
Color information
#00BDFD (or 0x00BDFD) is known color: Deep Sky Blue. HEX triplet: 00, BD and FD. RGB value is (0,189,253). Sum of RGB (Red+Green+Blue) = 0+189+253=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #00BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BDFD is #FF4202. Grayscale: #8B8B8B. Windows color (decimal): -16728579 or 16628992. OLE color: 16628992.
HSL color Cylindrical-coordinate representation of color #00BDFD: hue angle of 195.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDFD is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 189 | 253 | - |
| CMYK | 1 | 0.25 | 0 | 0.01 |
| HSL | 195.18º | 1% | 0.5% | - |
| HSV(B) | 195.18º | 1% | 0.99% | - |
| XYZ | 35.93 | 43.49 | 99.43 | - |
| YUV | 139.79 | 191.88 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 253 | 1 | 0.25 | 0 | 0.01 | 195.18 | 1 | 0.5 |
| Hex | 0 | BD | FD | 64 | 19 | 0 | 1 | C3 | 64 | 32 |
| Octal | 0 | 275 | 375 | 144 | 31 | 0 | 1 | 303 | 144 | 62 |
| Binary | 0 | 10111101 | 11111101 | 1100100 | 11001 | 0 | 1 | 11000011 | 1100100 | 110010 |
Color Harmonies of #00BDFD
Complementary color
Monochromatic Colors of #00BDFD
Black with #00BDFD
Text Example
Text Example
White with #00BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDFD; }
p { color: rgb(0,189,253); }
H1.HeaderClassName
{
color: #00BDFD;
}
.AnyTagClassName
{
color: #00BDFD;
}
</style>
background-color css
<style>
a { background-color: #00BDFD; }
a { background-color: rgb(0,189,253); }
div.DivClassName
{
background-color: #00BDFD;
}
.BgClassName
{
background-color: #00BDFD;
}
</style>
border-color css
<style>
span { border-color: #00BDFD; }
span { border-color: rgb(0,189,253); }
td.TdClassName
{
border-color: #00BDFD;
}
.TagClassName
{
border-color: #00BDFD;
}
</style>