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

📋 copy color: '#01DCC4'

red 1 ◦ green 220 ◦ blue 196

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

Shades of Robin's Egg Blue #01DCC4

Tints of Robin's Egg Blue #01DCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47%

R = 0.24%
G = 52.76%
B = 47%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#01DCC4 (or 0x01DCC4) is known color: Robin's Egg Blue. HEX triplet: 01, DC and C4. RGB value is (1,220,196). Sum of RGB (Red+Green+Blue) = 1+220+196=417 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCC4 is #FE233B. Grayscale: #979797. Windows color (decimal): -16655164 or 12901377. OLE color: 12901377.

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

Color convert

RGB 1 220 196 -
CMYK 1.00 0 0.11 0.14
HSL 173.42º 0.99% 0.43% -
HSV(B) 173.42º 1% 0.86% -
XYZ 35.57 55.18 61 -
YUV 151.78 152.95 20.45 -
System Red Green Blue C M Y K H S L
Decimal 1 220 196 1.00 0 0.11 0.14 173.42 0.99 0.43
Hex 1 DC C4 64 0 B E AD 63 2B
Octal 1 334 304 144 0 13 16 255 143 53
Binary 1 11011100 11000100 1100100 0 1011 1110 10101101 1100011 101011

Color Harmonies of #01DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCC4

Black with #01DCC4

Text Example


Text Example

White with #01DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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