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

📋 copy color: '#01D0C2'

red 1 ◦ green 208 ◦ blue 194

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

Shades of Robin's Egg Blue #01D0C2

Tints of Robin's Egg Blue #01D0C2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.61%

 BLUE value IS 194 (76.17% from 255) = 48.14%

R = 0.25%
G = 51.61%
B = 48.14%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#01D0C2 (or 0x01D0C2) is known color: Robin's Egg Blue. HEX triplet: 01, D0 and C2. RGB value is (1,208,194). Sum of RGB (Red+Green+Blue) = 1+208+194=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #01D0C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D0C2 is #FE2F3D. Grayscale: #909090. Windows color (decimal): -16658238 or 12767233. OLE color: 12767233.

HSL color Cylindrical-coordinate representation of color #01D0C2: hue angle of 175.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D0C2 is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 208 194 -
CMYK 1.00 0 0.07 0.18
HSL 175.94º 0.99% 0.41% -
HSV(B) 175.94º 1% 0.82% -
XYZ 32.31 49.01 58.8 -
YUV 144.51 155.92 25.64 -
System Red Green Blue C M Y K H S L
Decimal 1 208 194 1.00 0 0.07 0.18 175.94 0.99 0.41
Hex 1 D0 C2 64 0 7 12 B0 63 29
Octal 1 320 302 144 0 7 22 260 143 51
Binary 1 11010000 11000010 1100100 0 111 10010 10110000 1100011 101001

Color Harmonies of #01D0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D0C2

Black with #01D0C2

Text Example


Text Example

White with #01D0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,208,194); }

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

background-color css

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

 a { background-color: rgb(1,208,194); }

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

border-color css

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

 span { border-color: rgb(1,208,194); }

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