Shades of Deep Sky Blue #00BDFF
Tints of Deep Sky Blue #00BDFF
RGB
CMYK
RGB Variations
Color information
#00BDFF (or 0x00BDFF) is known color: Deep Sky Blue. HEX triplet: 00, BD and FF. RGB value is (0,189,255). Sum of RGB (Red+Green+Blue) = 0+189+255=444 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #00BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BDFF is #FF4200. Grayscale: #8B8B8B. Windows color (decimal): -16728577 or 16760064. OLE color: 16760064.
HSL color Cylindrical-coordinate representation of color #00BDFF: hue angle of 195.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDFF is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 189 | 255 | - |
| CMYK | 1 | 0.26 | 0 | 0 |
| HSL | 195.53º | 1% | 0.5% | - |
| HSV(B) | 195.53º | 1% | 1% | - |
| XYZ | 36.25 | 43.62 | 101.12 | - |
| YUV | 140.01 | 192.88 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 255 | 1 | 0.26 | 0 | 0 | 195.53 | 1 | 0.5 |
| Hex | 0 | BD | FF | 64 | 1A | 0 | 0 | C4 | 64 | 32 |
| Octal | 0 | 275 | 377 | 144 | 32 | 0 | 0 | 304 | 144 | 62 |
| Binary | 0 | 10111101 | 11111111 | 1100100 | 11010 | 0 | 0 | 11000100 | 1100100 | 110010 |
Color Harmonies of #00BDFF
Complementary color
Monochromatic Colors of #00BDFF
Black with #00BDFF
Text Example
Text Example
White with #00BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDFF; }
p { color: rgb(0,189,255); }
H1.HeaderClassName
{
color: #00BDFF;
}
.AnyTagClassName
{
color: #00BDFF;
}
</style>
background-color css
<style>
a { background-color: #00BDFF; }
a { background-color: rgb(0,189,255); }
div.DivClassName
{
background-color: #00BDFF;
}
.BgClassName
{
background-color: #00BDFF;
}
</style>
border-color css
<style>
span { border-color: #00BDFF; }
span { border-color: rgb(0,189,255); }
td.TdClassName
{
border-color: #00BDFF;
}
.TagClassName
{
border-color: #00BDFF;
}
</style>