#05D0BD

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

Shades of Robin's Egg Blue #05D0BD

Tints of Robin's Egg Blue #05D0BD

Color information

#05D0BD (or 0x05D0BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, D0 and BD. RGB value is (5,208,189). Sum of RGB (Red+Green+Blue) = 5+208+189=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #05D0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D0BD is #FA2F42. Grayscale: #919191. Windows color (decimal): -16396099 or 12439557. OLE color: 12439557.

HSL color Cylindrical-coordinate representation of color #05D0BD: hue angle of 174.38º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D0BD is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB5208189-
CMYK0.9800.090.18
HSL174.38º95.31%41.76%-
HSV(B)174.38º97.6%81.57%-
XYZ31.848.8255.89-
YUV145.14152.7528.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.24%
GREEN value IS 208 (81.64% from 255) = 51.74%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=1.24%
G=51.74%
B=47.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52081890.9800.090.18174.3895.3141.76
Hex5D0BD620912ae5f2a
Octal53202751420112225613752
Binary101110100001011110111000100100110010101011101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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