Html Css Color HEX #0DD0EC Deep Sky Blue

📋 copy color: '#0DD0EC'

red 13 ◦ green 208 ◦ blue 236

#0DD0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #0DD0EC

Tints of Deep Sky Blue #0DD0EC

RGB

 RED value IS 13 (5.47% from 255) = 2.84%

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 2.84%
G = 45.51%
B = 51.64%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0DD0EC (or 0x0DD0EC) is known color: Deep Sky Blue. HEX triplet: 0D, D0 and EC. RGB value is (13,208,236). Sum of RGB (Red+Green+Blue) = 13+208+236=457 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #0DD0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD0EC is #F22F13. Grayscale: #989898. Windows color (decimal): -15871764 or 15519757. OLE color: 15519757.

HSL color Cylindrical-coordinate representation of color #0DD0EC: hue angle of 187.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD0EC is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 208 236 -
CMYK 0.94 0.12 0 0.07
HSL 187.53º 0.9% 0.49% -
HSV(B) 187.53º 0.94% 0.93% -
XYZ 37.86 51.25 87.25 -
YUV 152.89 174.9 28.22 -
System Red Green Blue C M Y K H S L
Decimal 13 208 236 0.94 0.12 0 0.07 187.53 0.9 0.49
Hex D D0 EC 5E C 0 7 BC 5A 31
Octal 15 320 354 136 14 0 7 274 132 61
Binary 1101 11010000 11101100 1011110 1100 0 111 10111100 1011010 110001

Color Harmonies of #0DD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD0EC

Black with #0DD0EC

Text Example


Text Example

White with #0DD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DD0EC; }

 p { color: rgb(13,208,236); }

 H1.HeaderClassName
 {
   color: #0DD0EC;
 }
 .AnyTagClassName
 {
   color: #0DD0EC;
 }
</style>

background-color css

<style>
 a { background-color: #0DD0EC; }

 a { background-color: rgb(13,208,236); }

 div.DivClassName
 {
   background-color: #0DD0EC;
 }
 .BgClassName
 {
   background-color: #0DD0EC;
 }
</style>

border-color css

<style>
 span { border-color: #0DD0EC; }

 span { border-color: rgb(13,208,236); }

 td.TdClassName
 {
   border-color: #0DD0EC;
 }
 .TagClassName
 {
   border-color: #0DD0EC;
 }
</style>