#05CCCB

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

Shades of Robin's Egg Blue #05CCCB

Tints of Robin's Egg Blue #05CCCB

Color information

#05CCCB (or 0x05CCCB) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, CC and CB. RGB value is (5,204,203). Sum of RGB (Red+Green+Blue) = 5+204+203=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #05CCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCCB is #FA3334. Grayscale: #909090. Windows color (decimal): -16397109 or 13356037. OLE color: 13356037.

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

Color convert

RGB5204203-
CMYK0.9800.000.2
HSL179.7º95.22%40.98%-
HSV(B)179.7º97.55%80%-
XYZ32.4347.5363.96-
YUV144.38161.0728.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.21%
GREEN value IS 204 (80.08% from 255) = 49.51%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=1.21%
G=49.51%
B=49.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52042030.9800.000.2179.795.2240.98
Hex5CCCB620014b45f29
Octal5314313142002426413751
Binary101110011001100101111000100010100101101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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