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

📋 copy color: '#1ED2CB'

red 30 ◦ green 210 ◦ blue 203

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

Shades of Robin's Egg Blue #1ED2CB

Tints of Robin's Egg Blue #1ED2CB

RGB

 RED value IS 30 (12.11% from 255) = 6.77%

 GREEN value IS 210 (82.42% from 255) = 47.4%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 6.77%
G = 47.4%
B = 45.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#1ED2CB (or 0x1ED2CB) is known color: Robin's Egg Blue. HEX triplet: 1E, D2 and CB. RGB value is (30,210,203). Sum of RGB (Red+Green+Blue) = 30+210+203=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED2CB is #E12D34. Grayscale: #9B9B9B. Windows color (decimal): -14757173 or 13357598. OLE color: 13357598.

HSL color Cylindrical-coordinate representation of color #1ED2CB: hue angle of 177.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED2CB is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 210 203 -
CMYK 0.86 0 0.03 0.18
HSL 177.67º 0.75% 0.47% -
HSV(B) 177.67º 0.86% 0.82% -
XYZ 34.36 50.68 64.47 -
YUV 155.38 154.87 38.57 -
System Red Green Blue C M Y K H S L
Decimal 30 210 203 0.86 0 0.03 0.18 177.67 0.75 0.47
Hex 1E D2 CB 56 0 3 12 B2 4B 2F
Octal 36 322 313 126 0 3 22 262 113 57
Binary 11110 11010010 11001011 1010110 0 11 10010 10110010 1001011 101111

Color Harmonies of #1ED2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED2CB

Black with #1ED2CB

Text Example


Text Example

White with #1ED2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,210,203); }

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

background-color css

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

 a { background-color: rgb(30,210,203); }

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

border-color css

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

 span { border-color: rgb(30,210,203); }

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