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

📋 copy color: '#1DDEC1'

red 29 ◦ green 222 ◦ blue 193

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

Shades of Robin's Egg Blue #1DDEC1

Tints of Robin's Egg Blue #1DDEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 6.53%
G = 50%
B = 43.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#1DDEC1 (or 0x1DDEC1) is known color: Robin's Egg Blue. HEX triplet: 1D, DE and C1. RGB value is (29,222,193). Sum of RGB (Red+Green+Blue) = 29+222+193=444 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.53% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDEC1 is #E2213E. Grayscale: #A0A0A0. Windows color (decimal): -14819647 or 12705309. OLE color: 12705309.

HSL color Cylindrical-coordinate representation of color #1DDEC1: hue angle of 170.98º 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 #1DDEC1 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 222 193 -
CMYK 0.87 0 0.13 0.13
HSL 170.98º 0.77% 0.49% -
HSV(B) 170.98º 0.87% 0.87% -
XYZ 36.25 56.35 59.42 -
YUV 160.99 146.06 33.86 -
System Red Green Blue C M Y K H S L
Decimal 29 222 193 0.87 0 0.13 0.13 170.98 0.77 0.49
Hex 1D DE C1 57 0 D D AB 4D 31
Octal 35 336 301 127 0 15 15 253 115 61
Binary 11101 11011110 11000001 1010111 0 1101 1101 10101011 1001101 110001

Color Harmonies of #1DDEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEC1

Black with #1DDEC1

Text Example


Text Example

White with #1DDEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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