#05DABC

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

Shades of Robin's Egg Blue #05DABC

Tints of Robin's Egg Blue #05DABC

Color information

#05DABC (or 0x05DABC) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, DA and BC. RGB value is (5,218,188). Sum of RGB (Red+Green+Blue) = 5+218+188=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #05DABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DABC is #FA2543. Grayscale: #969696. Windows color (decimal): -16393540 or 12376581. OLE color: 12376581.

HSL color Cylindrical-coordinate representation of color #05DABC: hue angle of 171.55º 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 #05DABC is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB5218188-
CMYK0.9800.140.15
HSL171.55º95.52%43.73%-
HSV(B)171.55º97.71%85.49%-
XYZ34.2153.8156.16-
YUV150.89148.9323.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 218 (85.55% from 255) = 53.04%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=1.22%
G=53.04%
B=45.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52181880.9800.140.15171.5595.5243.73
Hex5DABC620EFac602c
Octal53322741420161725414054
Binary10111011010101111001100010011101111101011001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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