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

📋 copy color: '#01E1BD'

red 1 ◦ green 225 ◦ blue 189

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

Shades of Robin's Egg Blue #01E1BD

Tints of Robin's Egg Blue #01E1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.22%

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 0.24%
G = 54.22%
B = 45.54%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#01E1BD (or 0x01E1BD) is known color: Robin's Egg Blue. HEX triplet: 01, E1 and BD. RGB value is (1,225,189). Sum of RGB (Red+Green+Blue) = 1+225+189=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #01E1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E1BD is #FE1E42. Grayscale: #999999. Windows color (decimal): -16653891 or 12443905. OLE color: 12443905.

HSL color Cylindrical-coordinate representation of color #01E1BD: hue angle of 170.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E1BD is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 189 -
CMYK 1.00 0 0.16 0.12
HSL 170.36º 0.99% 0.44% -
HSV(B) 170.36º 1% 0.88% -
XYZ 36.12 57.53 57.34 -
YUV 153.92 147.79 18.93 -
System Red Green Blue C M Y K H S L
Decimal 1 225 189 1.00 0 0.16 0.12 170.36 0.99 0.44
Hex 1 E1 BD 64 0 10 C AA 63 2C
Octal 1 341 275 144 0 20 14 252 143 54
Binary 1 11100001 10111101 1100100 0 10000 1100 10101010 1100011 101100

Color Harmonies of #01E1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E1BD

Black with #01E1BD

Text Example


Text Example

White with #01E1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,225,189); }

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

background-color css

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

 a { background-color: rgb(1,225,189); }

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

border-color css

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

 span { border-color: rgb(1,225,189); }

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