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

📋 copy color: '#1ED7C4'

red 30 ◦ green 215 ◦ blue 196

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

Shades of Robin's Egg Blue #1ED7C4

Tints of Robin's Egg Blue #1ED7C4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.75%

 BLUE value IS 196 (76.95% from 255) = 44.44%

R = 6.8%
G = 48.75%
B = 44.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#1ED7C4 (or 0x1ED7C4) is known color: Robin's Egg Blue. HEX triplet: 1E, D7 and C4. RGB value is (30,215,196). Sum of RGB (Red+Green+Blue) = 30+215+196=441 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.80% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED7C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7C4 is #E1283B. Grayscale: #9D9D9D. Windows color (decimal): -14755900 or 12900126. OLE color: 12900126.

HSL color Cylindrical-coordinate representation of color #1ED7C4: hue angle of 173.84º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED7C4 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 215 196 -
CMYK 0.86 0 0.09 0.16
HSL 173.84º 0.76% 0.48% -
HSV(B) 173.84º 0.86% 0.84% -
XYZ 34.8 52.86 60.59 -
YUV 157.52 149.71 37.04 -
System Red Green Blue C M Y K H S L
Decimal 30 215 196 0.86 0 0.09 0.16 173.84 0.76 0.48
Hex 1E D7 C4 56 0 9 10 AE 4C 30
Octal 36 327 304 126 0 11 20 256 114 60
Binary 11110 11010111 11000100 1010110 0 1001 10000 10101110 1001100 110000

Color Harmonies of #1ED7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED7C4

Black with #1ED7C4

Text Example


Text Example

White with #1ED7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,215,196); }

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

background-color css

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

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

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

border-color css

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

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

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