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

📋 copy color: '#20CDCB'

red 32 ◦ green 205 ◦ blue 203

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

Shades of Robin's Egg Blue #20CDCB

Tints of Robin's Egg Blue #20CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 7.27%
G = 46.59%
B = 46.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#20CDCB (or 0x20CDCB) is known color: Robin's Egg Blue. HEX triplet: 20, CD and CB. RGB value is (32,205,203). Sum of RGB (Red+Green+Blue) = 32+205+203=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDCB is #DF3234. Grayscale: #989898. Windows color (decimal): -14627381 or 13356320. OLE color: 13356320.

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

Color convert

RGB 32 205 203 -
CMYK 0.84 0 0.01 0.20
HSL 179.31º 0.73% 0.46% -
HSV(B) 179.31º 0.84% 0.8% -
XYZ 33.21 48.28 64.07 -
YUV 153.05 156.19 41.66 -
System Red Green Blue C M Y K H S L
Decimal 32 205 203 0.84 0 0.01 0.20 179.31 0.73 0.46
Hex 20 CD CB 54 0 1 14 B3 49 2E
Octal 40 315 313 124 0 1 24 263 111 56
Binary 100000 11001101 11001011 1010100 0 1 10100 10110011 1001001 101110

Color Harmonies of #20CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDCB

Black with #20CDCB

Text Example


Text Example

White with #20CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,203); }

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

background-color css

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

 a { background-color: rgb(32,205,203); }

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

border-color css

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

 span { border-color: rgb(32,205,203); }

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