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

📋 copy color: '#01DCC9'

red 1 ◦ green 220 ◦ blue 201

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

Shades of Robin's Egg Blue #01DCC9

Tints of Robin's Egg Blue #01DCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 0.24%
G = 52.13%
B = 47.63%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#01DCC9 (or 0x01DCC9) is known color: Robin's Egg Blue. HEX triplet: 01, DC and C9. RGB value is (1,220,201). Sum of RGB (Red+Green+Blue) = 1+220+201=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCC9 is #FE2336. Grayscale: #989898. Windows color (decimal): -16655159 or 13229057. OLE color: 13229057.

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

Color convert

RGB 1 220 201 -
CMYK 1.00 0 0.09 0.14
HSL 174.79º 0.99% 0.43% -
HSV(B) 174.79º 1% 0.86% -
XYZ 36.15 55.41 64.05 -
YUV 152.35 155.45 20.04 -
System Red Green Blue C M Y K H S L
Decimal 1 220 201 1.00 0 0.09 0.14 174.79 0.99 0.43
Hex 1 DC C9 64 0 9 E AF 63 2B
Octal 1 334 311 144 0 11 16 257 143 53
Binary 1 11011100 11001001 1100100 0 1001 1110 10101111 1100011 101011

Color Harmonies of #01DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCC9

Black with #01DCC9

Text Example


Text Example

White with #01DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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