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

📋 copy color: '#20CACF'

red 32 ◦ green 202 ◦ blue 207

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

Shades of Robin's Egg Blue #20CACF

Tints of Robin's Egg Blue #20CACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 7.26%
G = 45.8%
B = 46.94%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20CACF (or 0x20CACF) is known color: Robin's Egg Blue. HEX triplet: 20, CA and CF. RGB value is (32,202,207). Sum of RGB (Red+Green+Blue) = 32+202+207=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #20CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CACF is #DF3530. Grayscale: #979797. Windows color (decimal): -14628145 or 13617696. OLE color: 13617696.

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

Color convert

RGB 32 202 207 -
CMYK 0.85 0.02 0 0.19
HSL 181.71º 0.73% 0.47% -
HSV(B) 181.71º 0.85% 0.81% -
XYZ 32.98 47.05 66.38 -
YUV 151.74 159.18 42.59 -
System Red Green Blue C M Y K H S L
Decimal 32 202 207 0.85 0.02 0 0.19 181.71 0.73 0.47
Hex 20 CA CF 55 2 0 13 B6 49 2F
Octal 40 312 317 125 2 0 23 266 111 57
Binary 100000 11001010 11001111 1010101 10 0 10011 10110110 1001001 101111

Color Harmonies of #20CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CACF

Black with #20CACF

Text Example


Text Example

White with #20CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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