Html Css Color HEX #1ECBCA Robin's Egg Blue

📋 copy color: '#1ECBCA'

red 30 ◦ green 203 ◦ blue 202

#1ECBCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #1ECBCA

Tints of Robin's Egg Blue #1ECBCA

RGB

 RED value IS 30 (12.11% from 255) = 6.9%

 GREEN value IS 203 (79.69% from 255) = 46.67%

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 6.9%
G = 46.67%
B = 46.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#1ECBCA (or 0x1ECBCA) is known color: 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

RGB 30 203 202 -
CMYK 0.85 0 0.00 0.20
HSL 179.65º 0.74% 0.46% -
HSV(B) 179.65º 0.85% 0.8% -
XYZ 32.55 47.25 63.28 -
YUV 151.16 156.69 41.58 -
System Red Green Blue C M Y K H S L
Decimal 30 203 202 0.85 0 0.00 0.20 179.65 0.74 0.46
Hex 1E CB CA 55 0 0 14 B4 4A 2E
Octal 36 313 312 125 0 0 24 264 112 56
Binary 11110 11001011 11001010 1010101 0 0 10100 10110100 1001010 101110

Color Harmonies of #1ECBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBCA

Black with #1ECBCA

Text Example


Text Example

White with #1ECBCA

Text Example


Text Example

HTML Codes & Css Web 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>