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

📋 copy color: '#1ECBCB'

red 30 ◦ green 203 ◦ blue 203

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

Shades of Robin's Egg Blue #1ECBCB

Tints of Robin's Egg Blue #1ECBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 6.88%
G = 46.56%
B = 46.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1ECBCB (or 0x1ECBCB) is known color: Robin's Egg Blue. HEX triplet: 1E, CB and CB. RGB value is (30,203,203). Sum of RGB (Red+Green+Blue) = 30+203+203=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #1ECBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECBCB is #E13434. Grayscale: #979797. Windows color (decimal): -14758965 or 13355806. OLE color: 13355806.

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

Color convert

RGB 30 203 203 -
CMYK 0.85 0 0 0.20
HSL 180º 0.74% 0.46% -
HSV(B) 180º 0.85% 0.8% -
XYZ 32.67 47.3 63.91 -
YUV 151.27 157.19 41.5 -
System Red Green Blue C M Y K H S L
Decimal 30 203 203 0.85 0 0 0.20 180 0.74 0.46
Hex 1E CB CB 55 0 0 14 B4 4A 2E
Octal 36 313 313 125 0 0 24 264 112 56
Binary 11110 11001011 11001011 1010101 0 0 10100 10110100 1001010 101110

Color Harmonies of #1ECBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBCB

Black with #1ECBCB

Text Example


Text Example

White with #1ECBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ECBCB;
 }
 .AnyTagClassName
 {
   color: #1ECBCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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