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

📋 copy color: '#01DABA'

red 1 ◦ green 218 ◦ blue 186

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

Shades of Robin's Egg Blue #01DABA

Tints of Robin's Egg Blue #01DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.83%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 0.25%
G = 53.83%
B = 45.93%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#01DABA (or 0x01DABA) is known color: Robin's Egg Blue. HEX triplet: 01, DA and BA. RGB value is (1,218,186). Sum of RGB (Red+Green+Blue) = 1+218+186=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #01DABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DABA is #FE2545. Grayscale: #959595. Windows color (decimal): -16655686 or 12245505. OLE color: 12245505.

HSL color Cylindrical-coordinate representation of color #01DABA: hue angle of 171.15º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DABA is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 218 186 -
CMYK 1.00 0 0.15 0.15
HSL 171.15º 0.99% 0.43% -
HSV(B) 171.15º 1% 0.85% -
XYZ 33.95 53.69 55.03 -
YUV 149.47 148.61 22.1 -
System Red Green Blue C M Y K H S L
Decimal 1 218 186 1.00 0 0.15 0.15 171.15 0.99 0.43
Hex 1 DA BA 64 0 F F AB 63 2B
Octal 1 332 272 144 0 17 17 253 143 53
Binary 1 11011010 10111010 1100100 0 1111 1111 10101011 1100011 101011

Color Harmonies of #01DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DABA

Black with #01DABA

Text Example


Text Example

White with #01DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,218,186); }

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

background-color css

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

 a { background-color: rgb(1,218,186); }

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

border-color css

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

 span { border-color: rgb(1,218,186); }

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