#05CCBE

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

Shades of Robin's Egg Blue #05CCBE

Tints of Robin's Egg Blue #05CCBE

Color information

#05CCBE (or 0x05CCBE) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, CC and BE. RGB value is (5,204,190). Sum of RGB (Red+Green+Blue) = 5+204+190=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCBE is #FA3341. Grayscale: #8E8E8E. Windows color (decimal): -16397122 or 12504069. OLE color: 12504069.

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

Color convert

RGB5204190-
CMYK0.9800.070.2
HSL175.78º95.22%40.98%-
HSV(B)175.78º97.55%80%-
XYZ30.9546.9456.14-
YUV142.9154.5729.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.25%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=1.25%
G=51.13%
B=47.62%

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
Decimal52041900.9800.070.2175.7895.2240.98
Hex5CCBE620714b05f29
Octal5314276142072426013751
Binary10111001100101111101100010011110100101100001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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