Html Css Color HEX #01E2BC Robin's Egg Blue

📋 copy color: '#01E2BC'

red 1 ◦ green 226 ◦ blue 188

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

Shades of Robin's Egg Blue #01E2BC

Tints of Robin's Egg Blue #01E2BC

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

 GREEN value IS 226 (88.67% from 255) = 54.46%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 0.24%
G = 54.46%
B = 45.3%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#01E2BC (or 0x01E2BC) is known color: Robin's Egg Blue. HEX triplet: 01, E2 and BC. RGB value is (1,226,188). Sum of RGB (Red+Green+Blue) = 1+226+188=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #01E2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E2BC is #FE1D43. Grayscale: #9A9A9A. Windows color (decimal): -16653636 or 12378625. OLE color: 12378625.

HSL color Cylindrical-coordinate representation of color #01E2BC: hue angle of 169.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E2BC is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 226 188 -
CMYK 1.00 0 0.17 0.11
HSL 169.87º 0.99% 0.45% -
HSV(B) 169.87º 1% 0.89% -
XYZ 36.29 58.03 56.87 -
YUV 154.39 146.96 18.59 -
System Red Green Blue C M Y K H S L
Decimal 1 226 188 1.00 0 0.17 0.11 169.87 0.99 0.45
Hex 1 E2 BC 64 0 11 B AA 63 2D
Octal 1 342 274 144 0 21 13 252 143 55
Binary 1 11100010 10111100 1100100 0 10001 1011 10101010 1100011 101101

Color Harmonies of #01E2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E2BC

Black with #01E2BC

Text Example


Text Example

White with #01E2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01E2BC; }

 p { color: rgb(1,226,188); }

 H1.HeaderClassName
 {
   color: #01E2BC;
 }
 .AnyTagClassName
 {
   color: #01E2BC;
 }
</style>

background-color css

<style>
 a { background-color: #01E2BC; }

 a { background-color: rgb(1,226,188); }

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

border-color css

<style>
 span { border-color: #01E2BC; }

 span { border-color: rgb(1,226,188); }

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