#05DABB

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

Shades of Robin's Egg Blue #05DABB

Tints of Robin's Egg Blue #05DABB

Color information

#05DABB (or 0x05DABB) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, DA and BB. RGB value is (5,218,187). Sum of RGB (Red+Green+Blue) = 5+218+187=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #05DABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DABB is #FA2544. Grayscale: #969696. Windows color (decimal): -16393541 or 12311045. OLE color: 12311045.

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

Color convert

RGB5218187-
CMYK0.9800.140.15
HSL171.27º95.52%43.73%-
HSV(B)171.27º97.71%85.49%-
XYZ34.153.7655.59-
YUV150.78148.4324.02-

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.17%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=1.22%
G=53.17%
B=45.61%

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
Decimal52181870.9800.140.15171.2795.5243.73
Hex5DABB620EFab602c
Octal53322731420161725314054
Binary10111011010101110111100010011101111101010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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