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

📋 copy color: '#01DCBE'

red 1 ◦ green 220 ◦ blue 190

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

Shades of Robin's Egg Blue #01DCBE

Tints of Robin's Egg Blue #01DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.53%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 0.24%
G = 53.53%
B = 46.23%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#01DCBE (or 0x01DCBE) is known color: Robin's Egg Blue. HEX triplet: 01, DC and BE. RGB value is (1,220,190). Sum of RGB (Red+Green+Blue) = 1+220+190=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCBE is #FE2341. Grayscale: #979797. Windows color (decimal): -16655170 or 12508161. OLE color: 12508161.

HSL color Cylindrical-coordinate representation of color #01DCBE: hue angle of 171.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCBE is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 190 -
CMYK 1.00 0 0.14 0.14
HSL 171.78º 0.99% 0.43% -
HSV(B) 171.78º 1% 0.86% -
XYZ 34.9 54.91 57.47 -
YUV 151.1 149.95 20.94 -
System Red Green Blue C M Y K H S L
Decimal 1 220 190 1.00 0 0.14 0.14 171.78 0.99 0.43
Hex 1 DC BE 64 0 E E AC 63 2B
Octal 1 334 276 144 0 16 16 254 143 53
Binary 1 11011100 10111110 1100100 0 1110 1110 10101100 1100011 101011

Color Harmonies of #01DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCBE

Black with #01DCBE

Text Example


Text Example

White with #01DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,220,190); }

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

background-color css

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

 a { background-color: rgb(1,220,190); }

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

border-color css

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

 span { border-color: rgb(1,220,190); }

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