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

📋 copy color: '#20CBCC'

red 32 ◦ green 203 ◦ blue 204

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

Shades of Robin's Egg Blue #20CBCC

Tints of Robin's Egg Blue #20CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.24%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 7.29%
G = 46.24%
B = 46.47%

CMYK

 C value IS 0.84

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#20CBCC (or 0x20CBCC) is known color: Robin's Egg Blue. HEX triplet: 20, CB and CC. RGB value is (32,203,204). Sum of RGB (Red+Green+Blue) = 32+203+204=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #20CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBCC is #DF3433. Grayscale: #979797. Windows color (decimal): -14627892 or 13421344. OLE color: 13421344.

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

Color convert

RGB 32 203 204 -
CMYK 0.84 0.00 0 0.2
HSL 180.35º 0.73% 0.46% -
HSV(B) 180.35º 0.84% 0.8% -
XYZ 32.85 47.38 64.54 -
YUV 151.99 157.35 42.42 -
System Red Green Blue C M Y K H S L
Decimal 32 203 204 0.84 0.00 0 0.2 180.35 0.73 0.46
Hex 20 CB CC 54 0 0 14 B4 49 2E
Octal 40 313 314 124 0 0 24 264 111 56
Binary 100000 11001011 11001100 1010100 0 0 10100 10110100 1001001 101110

Color Harmonies of #20CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBCC

Black with #20CBCC

Text Example


Text Example

White with #20CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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