#1ECCC7

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

Shades of Robin's Egg Blue #1ECCC7

Tints of Robin's Egg Blue #1ECCC7

Color information

#1ECCC7 (or 0x1ECCC7) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, CC and C7. RGB value is (30,204,199). Sum of RGB (Red+Green+Blue) = 30+204+199=433 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.93% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCC7 is #E13338. Grayscale: #979797. Windows color (decimal): -14758713 or 13093918. OLE color: 13093918.

HSL color Cylindrical-coordinate representation of color #1ECCC7: hue angle of 178.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECCC7 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB30204199-
CMYK0.8500.020.2
HSL178.28º74.36%45.88%-
HSV(B)178.28º85.29%80%-
XYZ32.4447.5961.51-
YUV151.4154.8541.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.93%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=6.93%
G=47.11%
B=45.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal302041990.8500.020.2178.2874.3645.88
Hex1ECCC7550214b24a2e
Octal36314307125022426211256
Binary111101100110011000111101010101010100101100101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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