#05D8B8

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

Shades of Robin's Egg Blue #05D8B8

Tints of Robin's Egg Blue #05D8B8

Color information

#05D8B8 (or 0x05D8B8) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, D8 and B8. RGB value is (5,216,184). Sum of RGB (Red+Green+Blue) = 5+216+184=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #05D8B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D8B8 is #FA2747. Grayscale: #959595. Windows color (decimal): -16394056 or 12113925. OLE color: 12113925.

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

Color convert

RGB5216184-
CMYK0.9800.150.15
HSL170.9º95.48%43.33%-
HSV(B)170.9º97.69%84.71%-
XYZ33.2752.653.75-
YUV149.26147.625.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.23%
GREEN value IS 216 (84.77% from 255) = 53.33%
BLUE value IS 184 (72.27% from 255) = 45.43%
R=1.23%
G=53.33%
B=45.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52161840.9800.150.15170.995.4843.33
Hex5D8B8620FFab5f2b
Octal53302701420171725313753
Binary10111011000101110001100010011111111101010111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,216,184); }

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

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

 a { background-color: rgb(5,216,184); }

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

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

 span { border-color: rgb(5,216,184); }

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