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

📋 copy color: '#01DCBC'

red 1 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #01DCBC

Tints of Robin's Egg Blue #01DCBC

RGB

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

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

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

R = 0.24%
G = 53.79%
B = 45.97%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#01DCBC (or 0x01DCBC) is known color: Robin's Egg Blue. HEX triplet: 01, DC and BC. RGB value is (1,220,188). Sum of RGB (Red+Green+Blue) = 1+220+188=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCBC is #FE2343. Grayscale: #969696. Windows color (decimal): -16655172 or 12377089. OLE color: 12377089.

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

Color convert

RGB 1 220 188 -
CMYK 1.00 0 0.15 0.14
HSL 171.23º 0.99% 0.43% -
HSV(B) 171.23º 1% 0.86% -
XYZ 34.68 54.82 56.33 -
YUV 150.87 148.95 21.1 -
System Red Green Blue C M Y K H S L
Decimal 1 220 188 1.00 0 0.15 0.14 171.23 0.99 0.43
Hex 1 DC BC 64 0 F E AB 63 2B
Octal 1 334 274 144 0 17 16 253 143 53
Binary 1 11011100 10111100 1100100 0 1111 1110 10101011 1100011 101011

Color Harmonies of #01DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCBC

Black with #01DCBC

Text Example


Text Example

White with #01DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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