Html Css Color HEX #1DDEC0 Robin's Egg Blue

📋 copy color: '#1DDEC0'

red 29 ◦ green 222 ◦ blue 192

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

Shades of Robin's Egg Blue #1DDEC0

Tints of Robin's Egg Blue #1DDEC0

RGB

 RED value IS 29 (11.72% from 255) = 6.55%

 GREEN value IS 222 (87.11% from 255) = 50.11%

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 6.55%
G = 50.11%
B = 43.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#1DDEC0 (or 0x1DDEC0) is known color: Robin's Egg Blue. HEX triplet: 1D, DE and C0. RGB value is (29,222,192). Sum of RGB (Red+Green+Blue) = 29+222+192=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDEC0 is #E2213F. Grayscale: #A0A0A0. Windows color (decimal): -14819648 or 12639773. OLE color: 12639773.

HSL color Cylindrical-coordinate representation of color #1DDEC0: hue angle of 170.67º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDEC0 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 222 192 -
CMYK 0.87 0 0.14 0.13
HSL 170.67º 0.77% 0.49% -
HSV(B) 170.67º 0.87% 0.87% -
XYZ 36.14 56.31 58.83 -
YUV 160.87 145.56 33.94 -
System Red Green Blue C M Y K H S L
Decimal 29 222 192 0.87 0 0.14 0.13 170.67 0.77 0.49
Hex 1D DE C0 57 0 E D AB 4D 31
Octal 35 336 300 127 0 16 15 253 115 61
Binary 11101 11011110 11000000 1010111 0 1110 1101 10101011 1001101 110001

Color Harmonies of #1DDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEC0

Black with #1DDEC0

Text Example


Text Example

White with #1DDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DDEC0; }

 p { color: rgb(29,222,192); }

 H1.HeaderClassName
 {
   color: #1DDEC0;
 }
 .AnyTagClassName
 {
   color: #1DDEC0;
 }
</style>

background-color css

<style>
 a { background-color: #1DDEC0; }

 a { background-color: rgb(29,222,192); }

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

border-color css

<style>
 span { border-color: #1DDEC0; }

 span { border-color: rgb(29,222,192); }

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