Html Css Color HEX #0DDCB6 Robin's Egg Blue

📋 copy color: '#0DDCB6'

red 13 ◦ green 220 ◦ blue 182

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

Shades of Robin's Egg Blue #0DDCB6

Tints of Robin's Egg Blue #0DDCB6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.01%

 BLUE value IS 182 (71.48% from 255) = 43.86%

R = 3.13%
G = 53.01%
B = 43.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#0DDCB6 (or 0x0DDCB6) is known color: Robin's Egg Blue. HEX triplet: 0D, DC and B6. RGB value is (13,220,182). Sum of RGB (Red+Green+Blue) = 13+220+182=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCB6 is #F22349. Grayscale: #999999. Windows color (decimal): -15868746 or 11983885. OLE color: 11983885.

HSL color Cylindrical-coordinate representation of color #0DDCB6: hue angle of 168.99º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDCB6 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 220 182 -
CMYK 0.94 0 0.17 0.14
HSL 168.99º 0.89% 0.46% -
HSV(B) 168.99º 0.94% 0.86% -
XYZ 34.2 54.65 53 -
YUV 153.78 143.92 27.59 -
System Red Green Blue C M Y K H S L
Decimal 13 220 182 0.94 0 0.17 0.14 168.99 0.89 0.46
Hex D DC B6 5E 0 11 E A9 59 2E
Octal 15 334 266 136 0 21 16 251 131 56
Binary 1101 11011100 10110110 1011110 0 10001 1110 10101001 1011001 101110

Color Harmonies of #0DDCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDCB6

Black with #0DDCB6

Text Example


Text Example

White with #0DDCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,220,182); }

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

background-color css

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

 a { background-color: rgb(13,220,182); }

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

border-color css

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

 span { border-color: rgb(13,220,182); }

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