#05CCB7

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

Shades of Robin's Egg Blue #05CCB7

Tints of Robin's Egg Blue #05CCB7

Color information

#05CCB7 (or 0x05CCB7) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, CC and B7. RGB value is (5,204,183). Sum of RGB (Red+Green+Blue) = 5+204+183=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCB7 is #FA3348. Grayscale: #8D8D8D. Windows color (decimal): -16397129 or 12045317. OLE color: 12045317.

HSL color Cylindrical-coordinate representation of color #05CCB7: hue angle of 173.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CCB7 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB5204183-
CMYK0.9800.100.2
HSL173.67º95.22%40.98%-
HSV(B)173.67º97.55%80%-
XYZ30.246.6452.21-
YUV142.1151.0730.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.28%
GREEN value IS 204 (80.08% from 255) = 52.04%
BLUE value IS 183 (71.88% from 255) = 46.68%
R=1.28%
G=52.04%
B=46.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041830.9800.100.2173.6795.2240.98
Hex5CCB7620A14ae5f29
Octal53142671420122425613751
Binary101110011001011011111000100101010100101011101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,204,183); }

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

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

 a { background-color: rgb(5,204,183); }

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

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

 span { border-color: rgb(5,204,183); }

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