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

📋 copy color: '#01DBC2'

red 1 ◦ green 219 ◦ blue 194

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

Shades of Robin's Egg Blue #01DBC2

Tints of Robin's Egg Blue #01DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.9%

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

R = 0.24%
G = 52.9%
B = 46.86%

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

#01DBC2 (or 0x01DBC2) is known color: Robin's Egg Blue. HEX triplet: 01, DB and C2. RGB value is (1,219,194). Sum of RGB (Red+Green+Blue) = 1+219+194=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBC2 is #FE243D. Grayscale: #969696. Windows color (decimal): -16655422 or 12770049. OLE color: 12770049.

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

Color convert

RGB 1 219 194 -
CMYK 1.00 0 0.11 0.14
HSL 173.12º 0.99% 0.43% -
HSV(B) 173.12º 1% 0.86% -
XYZ 35.08 54.56 59.72 -
YUV 150.97 152.28 21.03 -
System Red Green Blue C M Y K H S L
Decimal 1 219 194 1.00 0 0.11 0.14 173.12 0.99 0.43
Hex 1 DB C2 64 0 B E AD 63 2B
Octal 1 333 302 144 0 13 16 255 143 53
Binary 1 11011011 11000010 1100100 0 1011 1110 10101101 1100011 101011

Color Harmonies of #01DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBC2

Black with #01DBC2

Text Example


Text Example

White with #01DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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