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

📋 copy color: '#1ECCCC'

red 30 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #1ECCCC

Tints of Robin's Egg Blue #1ECCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.58%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 6.85%
G = 46.58%
B = 46.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1ECCCC (or 0x1ECCCC) is known color: Robin's Egg Blue. HEX triplet: 1E, CC and CC. RGB value is (30,204,204). Sum of RGB (Red+Green+Blue) = 30+204+204=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #1ECCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCCC is #E13333. Grayscale: #979797. Windows color (decimal): -14758708 or 13421598. OLE color: 13421598.

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

Color convert

RGB 30 204 204 -
CMYK 0.85 0 0 0.2
HSL 180º 0.74% 0.46% -
HSV(B) 180º 0.85% 0.8% -
XYZ 33.03 47.82 64.62 -
YUV 151.97 157.35 41 -
System Red Green Blue C M Y K H S L
Decimal 30 204 204 0.85 0 0 0.2 180 0.74 0.46
Hex 1E CC CC 55 0 0 14 B4 4A 2E
Octal 36 314 314 125 0 0 24 264 112 56
Binary 11110 11001100 11001100 1010101 0 0 10100 10110100 1001010 101110

Color Harmonies of #1ECCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCCC

Black with #1ECCCC

Text Example


Text Example

White with #1ECCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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