#1ED2C3

Color #1ED2C3 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1ED2C3

Tints of Robin's Egg Blue #1ED2C3

Color information

#1ED2C3 (or 0x1ED2C3) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, D2 and C3. RGB value is (30,210,195). Sum of RGB (Red+Green+Blue) = 30+210+195=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED2C3 is #E12D3C. Grayscale: #9A9A9A. Windows color (decimal): -14757181 or 12833310. OLE color: 12833310.

HSL color Cylindrical-coordinate representation of color #1ED2C3: hue angle of 175º 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 #1ED2C3 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB30210195-
CMYK0.8600.070.18
HSL175º75%47.06%-
HSV(B)175º85.71%82.35%-
XYZ33.4350.3159.58-
YUV154.47150.8739.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.90%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 195 (76.56% from 255) = 44.83%
R=6.90%
G=48.28%
B=44.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal302101950.8600.070.181757547.06
Hex1ED2C3560712af4b2f
Octal36322303126072225711357
Binary1111011010010110000111010110011110010101011111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ED2C3;
 }
 .AnyTagClassName
 {
   color: #1ED2C3;
 }
</style>
background-color css

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

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

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

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

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

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