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

📋 copy color: '#0DD1BA'

red 13 ◦ green 209 ◦ blue 186

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

Shades of Robin's Egg Blue #0DD1BA

Tints of Robin's Egg Blue #0DD1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.23%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 3.19%
G = 51.23%
B = 45.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#0DD1BA (or 0x0DD1BA) is known color: Robin's Egg Blue. HEX triplet: 0D, D1 and BA. RGB value is (13,209,186). Sum of RGB (Red+Green+Blue) = 13+209+186=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD1BA is #F22E45. Grayscale: #939393. Windows color (decimal): -15871558 or 12243213. OLE color: 12243213.

HSL color Cylindrical-coordinate representation of color #0DD1BA: hue angle of 172.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD1BA is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 209 186 -
CMYK 0.94 0 0.11 0.18
HSL 172.96º 0.88% 0.44% -
HSV(B) 172.96º 0.94% 0.82% -
XYZ 31.83 49.23 54.28 -
YUV 147.77 149.57 31.87 -
System Red Green Blue C M Y K H S L
Decimal 13 209 186 0.94 0 0.11 0.18 172.96 0.88 0.44
Hex D D1 BA 5E 0 B 12 AD 58 2C
Octal 15 321 272 136 0 13 22 255 130 54
Binary 1101 11010001 10111010 1011110 0 1011 10010 10101101 1011000 101100

Color Harmonies of #0DD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD1BA

Black with #0DD1BA

Text Example


Text Example

White with #0DD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,209,186); }

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

background-color css

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

 a { background-color: rgb(13,209,186); }

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

border-color css

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

 span { border-color: rgb(13,209,186); }

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