Html Css Color HEX #20CACE Robin's Egg Blue

📋 copy color: '#20CACE'

red 32 ◦ green 202 ◦ blue 206

#20CACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #20CACE

Tints of Robin's Egg Blue #20CACE

RGB

 RED value IS 32 (12.89% from 255) = 7.27%

 GREEN value IS 202 (79.3% from 255) = 45.91%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 7.27%
G = 45.91%
B = 46.82%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20CACE (or 0x20CACE) is known color: Robin's Egg Blue. HEX triplet: 20, CA and CE. RGB value is (32,202,206). Sum of RGB (Red+Green+Blue) = 32+202+206=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #20CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CACE is #DF3531. Grayscale: #979797. Windows color (decimal): -14628146 or 13552160. OLE color: 13552160.

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

Color convert

RGB 32 202 206 -
CMYK 0.84 0.02 0 0.19
HSL 181.38º 0.73% 0.47% -
HSV(B) 181.38º 0.84% 0.81% -
XYZ 32.86 47 65.73 -
YUV 151.63 158.68 42.67 -
System Red Green Blue C M Y K H S L
Decimal 32 202 206 0.84 0.02 0 0.19 181.38 0.73 0.47
Hex 20 CA CE 54 2 0 13 B5 49 2F
Octal 40 312 316 124 2 0 23 265 111 57
Binary 100000 11001010 11001110 1010100 10 0 10011 10110101 1001001 101111

Color Harmonies of #20CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CACE

Black with #20CACE

Text Example


Text Example

White with #20CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20CACE;
 }
 .AnyTagClassName
 {
   color: #20CACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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