#1ECECC

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

Shades of Robin's Egg Blue #1ECECC

Tints of Robin's Egg Blue #1ECECC

Color information

#1ECECC (or 0x1ECECC) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, CE and CC. RGB value is (30,206,204). Sum of RGB (Red+Green+Blue) = 30+206+204=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECECC is #E13133. Grayscale: #989898. Windows color (decimal): -14758196 or 13422110. OLE color: 13422110.

HSL color Cylindrical-coordinate representation of color #1ECECC: hue angle of 179.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECECC is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB30206204-
CMYK0.8500.010.19
HSL179.32º74.58%46.27%-
HSV(B)179.32º85.44%80.78%-
XYZ33.5148.7864.78-
YUV153.15156.6940.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.82%
GREEN value IS 206 (80.86% from 255) = 46.82%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=6.82%
G=46.82%
B=46.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal302062040.8500.010.19179.3274.5846.27
Hex1ECECC550113b34b2e
Octal36316314125012326311356
Binary11110110011101100110010101010110011101100111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,206,204); }

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

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

 a { background-color: rgb(30,206,204); }

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

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

 span { border-color: rgb(30,206,204); }

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