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

📋 copy color: '#1ED6CB'

red 30 ◦ green 214 ◦ blue 203

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

Shades of Robin's Egg Blue #1ED6CB

Tints of Robin's Egg Blue #1ED6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

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

R = 6.71%
G = 47.87%
B = 45.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#1ED6CB (or 0x1ED6CB) is known color: Robin's Egg Blue. HEX triplet: 1E, D6 and CB. RGB value is (30,214,203). Sum of RGB (Red+Green+Blue) = 30+214+203=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6CB is #E12934. Grayscale: #9D9D9D. Windows color (decimal): -14756149 or 13358622. OLE color: 13358622.

HSL color Cylindrical-coordinate representation of color #1ED6CB: hue angle of 176.41º degrees, saturation: 0.75, 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 #1ED6CB is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 214 203 -
CMYK 0.86 0 0.05 0.16
HSL 176.41º 0.75% 0.48% -
HSV(B) 176.41º 0.86% 0.84% -
XYZ 35.36 52.68 64.8 -
YUV 157.73 153.54 36.89 -
System Red Green Blue C M Y K H S L
Decimal 30 214 203 0.86 0 0.05 0.16 176.41 0.75 0.48
Hex 1E D6 CB 56 0 5 10 B0 4B 30
Octal 36 326 313 126 0 5 20 260 113 60
Binary 11110 11010110 11001011 1010110 0 101 10000 10110000 1001011 110000

Color Harmonies of #1ED6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED6CB

Black with #1ED6CB

Text Example


Text Example

White with #1ED6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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