Shades of Deep Sky Blue #00B5FD
Tints of Deep Sky Blue #00B5FD
RGB
CMYK
RGB Variations
Color information
#00B5FD (or 0x00B5FD) is known color: Deep Sky Blue. HEX triplet: 00, B5 and FD. RGB value is (0,181,253). Sum of RGB (Red+Green+Blue) = 0+181+253=434 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #00B5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B5FD is #FF4A02. Grayscale: #868686. Windows color (decimal): -16730627 or 16626944. OLE color: 16626944.
HSL color Cylindrical-coordinate representation of color #00B5FD: hue angle of 197.08º 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 #00B5FD is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 181 | 253 | - |
| CMYK | 1 | 0.28 | 0 | 0.01 |
| HSL | 197.08º | 1% | 0.5% | - |
| HSV(B) | 197.08º | 1% | 0.99% | - |
| XYZ | 34.25 | 40.14 | 98.87 | - |
| YUV | 135.09 | 194.53 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 253 | 1 | 0.28 | 0 | 0.01 | 197.08 | 1 | 0.5 |
| Hex | 0 | B5 | FD | 64 | 1C | 0 | 1 | C5 | 64 | 32 |
| Octal | 0 | 265 | 375 | 144 | 34 | 0 | 1 | 305 | 144 | 62 |
| Binary | 0 | 10110101 | 11111101 | 1100100 | 11100 | 0 | 1 | 11000101 | 1100100 | 110010 |
Color Harmonies of #00B5FD
Complementary color
Monochromatic Colors of #00B5FD
Black with #00B5FD
Text Example
Text Example
White with #00B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B5FD; }
p { color: rgb(0,181,253); }
H1.HeaderClassName
{
color: #00B5FD;
}
.AnyTagClassName
{
color: #00B5FD;
}
</style>
background-color css
<style>
a { background-color: #00B5FD; }
a { background-color: rgb(0,181,253); }
div.DivClassName
{
background-color: #00B5FD;
}
.BgClassName
{
background-color: #00B5FD;
}
</style>
border-color css
<style>
span { border-color: #00B5FD; }
span { border-color: rgb(0,181,253); }
td.TdClassName
{
border-color: #00B5FD;
}
.TagClassName
{
border-color: #00B5FD;
}
</style>