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

📋 copy color: '#01E2BD'

red 1 ◦ green 226 ◦ blue 189

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

Shades of Robin's Egg Blue #01E2BD

Tints of Robin's Egg Blue #01E2BD

RGB

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

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

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

R = 0.24%
G = 54.33%
B = 45.43%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#01E2BD (or 0x01E2BD) is known color: Robin's Egg Blue. HEX triplet: 01, E2 and BD. RGB value is (1,226,189). Sum of RGB (Red+Green+Blue) = 1+226+189=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 226 (88.67% from 255 or 54.33% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 226 - color contains mainly: green. Hex color #01E2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E2BD is #FE1D42. Grayscale: #9A9A9A. Windows color (decimal): -16653635 or 12444161. OLE color: 12444161.

HSL color Cylindrical-coordinate representation of color #01E2BD: hue angle of 170.13º 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 #01E2BD is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 226 189 -
CMYK 1.00 0 0.16 0.11
HSL 170.13º 0.99% 0.45% -
HSV(B) 170.13º 1% 0.89% -
XYZ 36.39 58.07 57.44 -
YUV 154.51 147.46 18.51 -
System Red Green Blue C M Y K H S L
Decimal 1 226 189 1.00 0 0.16 0.11 170.13 0.99 0.45
Hex 1 E2 BD 64 0 10 B AA 63 2D
Octal 1 342 275 144 0 20 13 252 143 55
Binary 1 11100010 10111101 1100100 0 10000 1011 10101010 1100011 101101

Color Harmonies of #01E2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E2BD

Black with #01E2BD

Text Example


Text Example

White with #01E2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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