#20C6CA

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

Shades of Robin's Egg Blue #20C6CA

Tints of Robin's Egg Blue #20C6CA

Color information

#20C6CA (or 0x20C6CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 20, C6 and CA. RGB value is (32,198,202). Sum of RGB (Red+Green+Blue) = 32+198+202=432 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.41% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #20C6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C6CA is #DF3935. Grayscale: #949494. Windows color (decimal): -14629174 or 13288992. OLE color: 13288992.

HSL color Cylindrical-coordinate representation of color #20C6CA: hue angle of 181.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C6CA is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB32198202-
CMYK0.840.0200.21
HSL181.41º72.65%45.88%-
HSV(B)181.41º84.16%79.22%-
XYZ31.4544.9662.9-
YUV148.8215844.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.41%
GREEN value IS 198 (77.73% from 255) = 45.83%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=7.41%
G=45.83%
B=46.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal321982020.840.0200.21181.4172.6545.88
Hex20C6CA542015b5492e
Octal40306312124202526511156
Binary1000001100011011001010101010010010101101101011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20C6CA; }

 p { color: rgb(32,198,202); }

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

<style>
 a { background-color: #20C6CA; }

 a { background-color: rgb(32,198,202); }

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

<style>
 span { border-color: #20C6CA; }

 span { border-color: rgb(32,198,202); }

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