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

📋 copy color: '#1ECDBF'

red 30 ◦ green 205 ◦ blue 191

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

Shades of Robin's Egg Blue #1ECDBF

Tints of Robin's Egg Blue #1ECDBF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.12%

 BLUE value IS 191 (75% from 255) = 44.84%

R = 7.04%
G = 48.12%
B = 44.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#1ECDBF (or 0x1ECDBF) is known color: Robin's Egg Blue. HEX triplet: 1E, CD and BF. RGB value is (30,205,191). Sum of RGB (Red+Green+Blue) = 30+205+191=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDBF is #E13240. Grayscale: #969696. Windows color (decimal): -14758465 or 12569886. OLE color: 12569886.

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

Color convert

RGB 30 205 191 -
CMYK 0.85 0 0.07 0.20
HSL 175.2º 0.74% 0.46% -
HSV(B) 175.2º 0.85% 0.8% -
XYZ 31.77 47.7 56.82 -
YUV 151.08 150.52 41.64 -
System Red Green Blue C M Y K H S L
Decimal 30 205 191 0.85 0 0.07 0.20 175.2 0.74 0.46
Hex 1E CD BF 55 0 7 14 AF 4A 2E
Octal 36 315 277 125 0 7 24 257 112 56
Binary 11110 11001101 10111111 1010101 0 111 10100 10101111 1001010 101110

Color Harmonies of #1ECDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECDBF

Black with #1ECDBF

Text Example


Text Example

White with #1ECDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,205,191); }

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

background-color css

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

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

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

border-color css

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

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

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