Shades of Deep Sky Blue #00B2ED
Tints of Deep Sky Blue #00B2ED
RGB
CMYK
RGB Variations
Color information
#00B2ED (or 0x00B2ED) is known color: Deep Sky Blue. HEX triplet: 00, B2 and ED. RGB value is (0,178,237). Sum of RGB (Red+Green+Blue) = 0+178+237=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #00B2ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00B2ED is #FF4D12. Grayscale: #838383. Windows color (decimal): -16731411 or 15577600. OLE color: 15577600.
HSL color Cylindrical-coordinate representation of color #00B2ED: hue angle of 194.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B2ED is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 178 | 237 | - |
| CMYK | 1 | 0.25 | 0 | 0.07 |
| HSL | 194.94º | 1% | 0.46% | - |
| HSV(B) | 194.94º | 1% | 0.93% | - |
| XYZ | 31.21 | 37.96 | 85.8 | - |
| YUV | 131.5 | 187.53 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 237 | 1 | 0.25 | 0 | 0.07 | 194.94 | 1 | 0.46 |
| Hex | 0 | B2 | ED | 64 | 19 | 0 | 7 | C3 | 64 | 2E |
| Octal | 0 | 262 | 355 | 144 | 31 | 0 | 7 | 303 | 144 | 56 |
| Binary | 0 | 10110010 | 11101101 | 1100100 | 11001 | 0 | 111 | 11000011 | 1100100 | 101110 |
Color Harmonies of #00B2ED
Complementary color
Monochromatic Colors of #00B2ED
Black with #00B2ED
Text Example
Text Example
White with #00B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B2ED; }
p { color: rgb(0,178,237); }
H1.HeaderClassName
{
color: #00B2ED;
}
.AnyTagClassName
{
color: #00B2ED;
}
</style>
background-color css
<style>
a { background-color: #00B2ED; }
a { background-color: rgb(0,178,237); }
div.DivClassName
{
background-color: #00B2ED;
}
.BgClassName
{
background-color: #00B2ED;
}
</style>
border-color css
<style>
span { border-color: #00B2ED; }
span { border-color: rgb(0,178,237); }
td.TdClassName
{
border-color: #00B2ED;
}
.TagClassName
{
border-color: #00B2ED;
}
</style>