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

📋 copy color: '#1ECDCB'

red 30 ◦ green 205 ◦ blue 203

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

Shades of Robin's Egg Blue #1ECDCB

Tints of Robin's Egg Blue #1ECDCB

RGB

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

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

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

R = 6.85%
G = 46.8%
B = 46.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#1ECDCB (or 0x1ECDCB) is known color: Robin's Egg Blue. HEX triplet: 1E, CD and CB. RGB value is (30,205,203). Sum of RGB (Red+Green+Blue) = 30+205+203=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDCB is #E13234. Grayscale: #989898. Windows color (decimal): -14758453 or 13356318. OLE color: 13356318.

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

Color convert

RGB 30 205 203 -
CMYK 0.85 0 0.01 0.20
HSL 179.31º 0.74% 0.46% -
HSV(B) 179.31º 0.85% 0.8% -
XYZ 33.15 48.25 64.07 -
YUV 152.45 156.52 40.66 -
System Red Green Blue C M Y K H S L
Decimal 30 205 203 0.85 0 0.01 0.20 179.31 0.74 0.46
Hex 1E CD CB 55 0 1 14 B3 4A 2E
Octal 36 315 313 125 0 1 24 263 112 56
Binary 11110 11001101 11001011 1010101 0 1 10100 10110011 1001010 101110

Color Harmonies of #1ECDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECDCB

Black with #1ECDCB

Text Example


Text Example

White with #1ECDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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