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

📋 copy color: '#0DDABD'

red 13 ◦ green 218 ◦ blue 189

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

Shades of Robin's Egg Blue #0DDABD

Tints of Robin's Egg Blue #0DDABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.9%

 BLUE value IS 189 (74.22% from 255) = 45%

R = 3.1%
G = 51.9%
B = 45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#0DDABD (or 0x0DDABD) is known color: Robin's Egg Blue. HEX triplet: 0D, DA and BD. RGB value is (13,218,189). Sum of RGB (Red+Green+Blue) = 13+218+189=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDABD is #F22542. Grayscale: #999999. Windows color (decimal): -15869251 or 12442125. OLE color: 12442125.

HSL color Cylindrical-coordinate representation of color #0DDABD: hue angle of 171.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDABD is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 13 218 189 -
CMYK 0.94 0 0.13 0.15
HSL 171.51º 0.89% 0.45% -
HSV(B) 171.51º 0.94% 0.85% -
XYZ 34.42 53.9 56.73 -
YUV 153.4 148.08 27.86 -
System Red Green Blue C M Y K H S L
Decimal 13 218 189 0.94 0 0.13 0.15 171.51 0.89 0.45
Hex D DA BD 5E 0 D F AC 59 2D
Octal 15 332 275 136 0 15 17 254 131 55
Binary 1101 11011010 10111101 1011110 0 1101 1111 10101100 1011001 101101

Color Harmonies of #0DDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDABD

Black with #0DDABD

Text Example


Text Example

White with #0DDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,218,189); }

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

background-color css

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

 a { background-color: rgb(13,218,189); }

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

border-color css

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

 span { border-color: rgb(13,218,189); }

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