Shades of Deep Sky Blue #0DCAED
Tints of Deep Sky Blue #0DCAED
RGB
CMYK
RGB Variations
Color information
#0DCAED (or 0x0DCAED) is known color: Deep Sky Blue. HEX triplet: 0D, CA and ED. RGB value is (13,202,237). Sum of RGB (Red+Green+Blue) = 13+202+237=452 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DCAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCAED is #F23512. Grayscale: #959595. Windows color (decimal): -15873299 or 15583757. OLE color: 15583757.
HSL color Cylindrical-coordinate representation of color #0DCAED: hue angle of 189.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCAED is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 202 | 237 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.07 |
| HSL | 189.38º | 0.9% | 0.49% | - |
| HSV(B) | 189.38º | 0.95% | 0.93% | - |
| XYZ | 36.57 | 48.44 | 87.54 | - |
| YUV | 149.48 | 177.38 | 30.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 237 | 0.95 | 0.15 | 0 | 0.07 | 189.38 | 0.9 | 0.49 |
| Hex | D | CA | ED | 5F | F | 0 | 7 | BD | 5A | 31 |
| Octal | 15 | 312 | 355 | 137 | 17 | 0 | 7 | 275 | 132 | 61 |
| Binary | 1101 | 11001010 | 11101101 | 1011111 | 1111 | 0 | 111 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0DCAED
Complementary color
Monochromatic Colors of #0DCAED
Black with #0DCAED
Text Example
Text Example
White with #0DCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCAED; }
p { color: rgb(13,202,237); }
H1.HeaderClassName
{
color: #0DCAED;
}
.AnyTagClassName
{
color: #0DCAED;
}
</style>
background-color css
<style>
a { background-color: #0DCAED; }
a { background-color: rgb(13,202,237); }
div.DivClassName
{
background-color: #0DCAED;
}
.BgClassName
{
background-color: #0DCAED;
}
</style>
border-color css
<style>
span { border-color: #0DCAED; }
span { border-color: rgb(13,202,237); }
td.TdClassName
{
border-color: #0DCAED;
}
.TagClassName
{
border-color: #0DCAED;
}
</style>