#05CCBD

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

Shades of Robin's Egg Blue #05CCBD

Tints of Robin's Egg Blue #05CCBD

Color information

#05CCBD (or 0x05CCBD) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, CC and BD. RGB value is (5,204,189). Sum of RGB (Red+Green+Blue) = 5+204+189=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCBD is #FA3342. Grayscale: #8E8E8E. Windows color (decimal): -16397123 or 12438533. OLE color: 12438533.

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

Color convert

RGB5204189-
CMYK0.9800.070.2
HSL175.48º95.22%40.98%-
HSV(B)175.48º97.55%80%-
XYZ30.8446.8955.57-
YUV142.79154.0729.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.26%
GREEN value IS 204 (80.08% from 255) = 51.26%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=1.26%
G=51.26%
B=47.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041890.9800.070.2175.4895.2240.98
Hex5CCBD620714af5f29
Octal5314275142072425713751
Binary10111001100101111011100010011110100101011111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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