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

📋 copy color: '#1ECACF'

red 30 ◦ green 202 ◦ blue 207

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

Shades of Robin's Egg Blue #1ECACF

Tints of Robin's Egg Blue #1ECACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.01%

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 6.83%
G = 46.01%
B = 47.15%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1ECACF (or 0x1ECACF) is known color: Robin's Egg Blue. HEX triplet: 1E, CA and CF. RGB value is (30,202,207). Sum of RGB (Red+Green+Blue) = 30+202+207=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #1ECACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECACF is #E13530. Grayscale: #969696. Windows color (decimal): -14759217 or 13617694. OLE color: 13617694.

HSL color Cylindrical-coordinate representation of color #1ECACF: hue angle of 181.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECACF is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 202 207 -
CMYK 0.86 0.02 0 0.19
HSL 181.69º 0.75% 0.46% -
HSV(B) 181.69º 0.86% 0.81% -
XYZ 32.92 47.02 66.37 -
YUV 151.14 159.52 41.59 -
System Red Green Blue C M Y K H S L
Decimal 30 202 207 0.86 0.02 0 0.19 181.69 0.75 0.46
Hex 1E CA CF 56 2 0 13 B6 4B 2E
Octal 36 312 317 126 2 0 23 266 113 56
Binary 11110 11001010 11001111 1010110 10 0 10011 10110110 1001011 101110

Color Harmonies of #1ECACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECACF

Black with #1ECACF

Text Example


Text Example

White with #1ECACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,202,207); }

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

background-color css

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

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

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

border-color css

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

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

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