#1ECFC2

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

Shades of Robin's Egg Blue #1ECFC2

Tints of Robin's Egg Blue #1ECFC2

Color information

#1ECFC2 (or 0x1ECFC2) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, CF and C2. RGB value is (30,207,194). Sum of RGB (Red+Green+Blue) = 30+207+194=431 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.96% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFC2 is #E1303D. Grayscale: #989898. Windows color (decimal): -14757950 or 12767006. OLE color: 12767006.

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

Color convert

RGB30207194-
CMYK0.8600.060.19
HSL175.59º74.68%46.47%-
HSV(B)175.59º85.51%81.18%-
XYZ32.5948.858.74-
YUV152.59151.3640.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.96%
GREEN value IS 207 (81.25% from 255) = 48.03%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=6.96%
G=48.03%
B=45.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal302071940.8600.060.19175.5974.6846.47
Hex1ECFC2560613b04b2e
Octal36317302126062326011356
Binary1111011001111110000101010110011010011101100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,207,194); }

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

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

 a { background-color: rgb(30,207,194); }

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

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

 span { border-color: rgb(30,207,194); }

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