Shades of Deep Sky Blue #00D5FD
Tints of Deep Sky Blue #00D5FD
RGB
CMYK
RGB Variations
Color information
#00D5FD (or 0x00D5FD) is known color: Deep Sky Blue. HEX triplet: 00, D5 and FD. RGB value is (0,213,253). Sum of RGB (Red+Green+Blue) = 0+213+253=466 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #00D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D5FD is #FF2A02. Grayscale: #999999. Windows color (decimal): -16722435 or 16635136. OLE color: 16635136.
HSL color Cylindrical-coordinate representation of color #00D5FD: hue angle of 189.49º 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 #00D5FD is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 213 | 253 | - |
| CMYK | 1 | 0.16 | 0 | 0.01 |
| HSL | 189.49º | 1% | 0.5% | - |
| HSV(B) | 189.49º | 1% | 0.99% | - |
| XYZ | 41.52 | 54.68 | 101.29 | - |
| YUV | 153.87 | 183.93 | 18.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 253 | 1 | 0.16 | 0 | 0.01 | 189.49 | 1 | 0.5 |
| Hex | 0 | D5 | FD | 64 | 10 | 0 | 1 | BD | 64 | 32 |
| Octal | 0 | 325 | 375 | 144 | 20 | 0 | 1 | 275 | 144 | 62 |
| Binary | 0 | 11010101 | 11111101 | 1100100 | 10000 | 0 | 1 | 10111101 | 1100100 | 110010 |
Color Harmonies of #00D5FD
Complementary color
Monochromatic Colors of #00D5FD
Black with #00D5FD
Text Example
Text Example
White with #00D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D5FD; }
p { color: rgb(0,213,253); }
H1.HeaderClassName
{
color: #00D5FD;
}
.AnyTagClassName
{
color: #00D5FD;
}
</style>
background-color css
<style>
a { background-color: #00D5FD; }
a { background-color: rgb(0,213,253); }
div.DivClassName
{
background-color: #00D5FD;
}
.BgClassName
{
background-color: #00D5FD;
}
</style>
border-color css
<style>
span { border-color: #00D5FD; }
span { border-color: rgb(0,213,253); }
td.TdClassName
{
border-color: #00D5FD;
}
.TagClassName
{
border-color: #00D5FD;
}
</style>