#05D7C3

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

Shades of Robin's Egg Blue #05D7C3

Tints of Robin's Egg Blue #05D7C3

Color information

#05D7C3 (or 0x05D7C3) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, D7 and C3. RGB value is (5,215,195). Sum of RGB (Red+Green+Blue) = 5+215+195=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #05D7C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D7C3 is #FA283C. Grayscale: #959595. Windows color (decimal): -16394301 or 12834565. OLE color: 12834565.

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

Color convert

RGB5215195-
CMYK0.9800.090.16
HSL174.29º95.45%43.14%-
HSV(B)174.29º97.67%84.31%-
XYZ34.2152.5759.97-
YUV149.93153.4324.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.20%
GREEN value IS 215 (84.38% from 255) = 51.81%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=1.20%
G=51.81%
B=46.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52151950.9800.090.16174.2995.4543.14
Hex5D7C3620910ae5f2b
Octal53273031420112025613753
Binary101110101111100001111000100100110000101011101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,215,195); }

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

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

 a { background-color: rgb(5,215,195); }

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

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

 span { border-color: rgb(5,215,195); }

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