#1ECBCA

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

Shades of Robin's Egg Blue #1ECBCA

Tints of Robin's Egg Blue #1ECBCA

Color information

#1ECBCA (or 0x1ECBCA) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, CB and CA. RGB value is (30,203,202). Sum of RGB (Red+Green+Blue) = 30+203+202=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECBCA is #E13435. Grayscale: #969696. Windows color (decimal): -14758966 or 13290270. OLE color: 13290270.

HSL color Cylindrical-coordinate representation of color #1ECBCA: hue angle of 179.65º 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 #1ECBCA is Cyan = 0.85, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB30203202-
CMYK0.8500.000.20
HSL179.65º74.25%45.69%-
HSV(B)179.65º85.22%79.61%-
XYZ32.5547.2563.28-
YUV151.16156.6941.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.90%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=6.90%
G=46.67%
B=46.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal302032020.8500.000.20179.6574.2545.69
Hex1ECBCA550014b44a2e
Octal36313312125002426411256
Binary11110110010111100101010101010010100101101001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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