#05DABD

Color #05DABD Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #05DABD

Tints of Robin's Egg Blue #05DABD

Color information

#05DABD (or 0x05DABD) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, DA and BD. RGB value is (5,218,189). Sum of RGB (Red+Green+Blue) = 5+218+189=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #05DABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DABD is #FA2542. Grayscale: #969696. Windows color (decimal): -16393539 or 12442117. OLE color: 12442117.

HSL color Cylindrical-coordinate representation of color #05DABD: hue angle of 171.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DABD is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB5218189-
CMYK0.9800.130.15
HSL171.83º95.52%43.73%-
HSV(B)171.83º97.71%85.49%-
XYZ34.3253.8556.73-
YUV151.01149.4323.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.21%
GREEN value IS 218 (85.55% from 255) = 52.91%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=1.21%
G=52.91%
B=45.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52181890.9800.130.15171.8395.5243.73
Hex5DABD620DFac602c
Octal53322751420151725414054
Binary10111011010101111011100010011011111101011001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05DABD; }

 p { color: rgb(5,218,189); }

 H1.HeaderClassName
 {
   color: #05DABD;
 }
 .AnyTagClassName
 {
   color: #05DABD;
 }
</style>
background-color css

<style>
 a { background-color: #05DABD; }

 a { background-color: rgb(5,218,189); }

 div.DivClassName
 {
   background-color: #05DABD;
 }
 .BgClassName
 {
   background-color: #05DABD;
 }
</style>
border-color css

<style>
 span { border-color: #05DABD; }

 span { border-color: rgb(5,218,189); }

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