#05CCBC

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

Shades of Robin's Egg Blue #05CCBC

Tints of Robin's Egg Blue #05CCBC

Color information

#05CCBC (or 0x05CCBC) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, CC and BC. RGB value is (5,204,188). Sum of RGB (Red+Green+Blue) = 5+204+188=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCBC is #FA3343. Grayscale: #8E8E8E. Windows color (decimal): -16397124 or 12372997. OLE color: 12372997.

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

Color convert

RGB5204188-
CMYK0.9800.080.2
HSL175.18º95.22%40.98%-
HSV(B)175.18º97.55%80%-
XYZ30.7346.8555-
YUV142.68153.5729.8-

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.39%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=1.26%
G=51.39%
B=47.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041880.9800.080.2175.1895.2240.98
Hex5CCBC620814af5f29
Octal53142741420102425713751
Binary101110011001011110011000100100010100101011111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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