#05CACB

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

Shades of Robin's Egg Blue #05CACB

Tints of Robin's Egg Blue #05CACB

Color information

#05CACB (or 0x05CACB) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, CA and CB. RGB value is (5,202,203). Sum of RGB (Red+Green+Blue) = 5+202+203=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #05CACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CACB is #FA3534. Grayscale: #8F8F8F. Windows color (decimal): -16397621 or 13355525. OLE color: 13355525.

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

Color convert

RGB5202203-
CMYK0.980.0000.20
HSL180.3º95.19%40.78%-
HSV(B)180.3º97.54%79.61%-
XYZ31.9646.5963.81-
YUV143.21161.7329.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 203 (79.69% from 255) = 49.51%
R=1.22%
G=49.27%
B=49.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal52022030.980.0000.20180.395.1940.78
Hex5CACB620014b45f29
Octal5312313142002426413751
Binary101110010101100101111000100010100101101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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