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

📋 copy color: '#0DDCB9'

red 13 ◦ green 220 ◦ blue 185

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

Shades of Robin's Egg Blue #0DDCB9

Tints of Robin's Egg Blue #0DDCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.26%

R = 3.11%
G = 52.63%
B = 44.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#0DDCB9 (or 0x0DDCB9) is known color: Robin's Egg Blue. HEX triplet: 0D, DC and B9. RGB value is (13,220,185). Sum of RGB (Red+Green+Blue) = 13+220+185=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCB9 is #F22346. Grayscale: #9A9A9A. Windows color (decimal): -15868743 or 12180493. OLE color: 12180493.

HSL color Cylindrical-coordinate representation of color #0DDCB9: hue angle of 169.86º 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 #0DDCB9 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 220 185 -
CMYK 0.94 0 0.16 0.14
HSL 169.86º 0.89% 0.46% -
HSV(B) 169.86º 0.94% 0.86% -
XYZ 34.52 54.77 54.65 -
YUV 154.12 145.42 27.35 -
System Red Green Blue C M Y K H S L
Decimal 13 220 185 0.94 0 0.16 0.14 169.86 0.89 0.46
Hex D DC B9 5E 0 10 E AA 59 2E
Octal 15 334 271 136 0 20 16 252 131 56
Binary 1101 11011100 10111001 1011110 0 10000 1110 10101010 1011001 101110

Color Harmonies of #0DDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDCB9

Black with #0DDCB9

Text Example


Text Example

White with #0DDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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