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

📋 copy color: '#20CCCD'

red 32 ◦ green 204 ◦ blue 205

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

Shades of Robin's Egg Blue #20CCCD

Tints of Robin's Egg Blue #20CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.26%

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 7.26%
G = 46.26%
B = 46.49%

CMYK

 C value IS 0.84

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20CCCD (or 0x20CCCD) is known color: Robin's Egg Blue. HEX triplet: 20, CC and CD. RGB value is (32,204,205). Sum of RGB (Red+Green+Blue) = 32+204+205=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #20CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCCD is #DF3332. Grayscale: #989898. Windows color (decimal): -14627635 or 13487136. OLE color: 13487136.

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

Color convert

RGB 32 204 205 -
CMYK 0.84 0.00 0 0.20
HSL 180.35º 0.73% 0.46% -
HSV(B) 180.35º 0.84% 0.8% -
XYZ 33.21 47.9 65.25 -
YUV 152.69 157.52 41.92 -
System Red Green Blue C M Y K H S L
Decimal 32 204 205 0.84 0.00 0 0.20 180.35 0.73 0.46
Hex 20 CC CD 54 0 0 14 B4 49 2E
Octal 40 314 315 124 0 0 24 264 111 56
Binary 100000 11001100 11001101 1010100 0 0 10100 10110100 1001001 101110

Color Harmonies of #20CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCCD

Black with #20CCCD

Text Example


Text Example

White with #20CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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