Html Css Color HEX #20ABCC Summer Sky

📋 copy color: '#20ABCC'

red 32 ◦ green 171 ◦ blue 204

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

Shades of Summer Sky #20ABCC

Tints of Summer Sky #20ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 7.86%
G = 42.01%
B = 50.12%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#20ABCC (or 0x20ABCC) is known color: Summer Sky. HEX triplet: 20, AB and CC. RGB value is (32,171,204). Sum of RGB (Red+Green+Blue) = 32+171+204=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #20ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABCC is #DF5433. Grayscale: #848484. Windows color (decimal): -14636084 or 13413152. OLE color: 13413152.

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

Color convert

RGB 32 171 204 -
CMYK 0.84 0.16 0 0.2
HSL 191.51º 0.73% 0.46% -
HSV(B) 191.51º 0.84% 0.8% -
XYZ 26.06 33.79 62.28 -
YUV 133.2 167.95 55.82 -
System Red Green Blue C M Y K H S L
Decimal 32 171 204 0.84 0.16 0 0.2 191.51 0.73 0.46
Hex 20 AB CC 54 10 0 14 C0 49 2E
Octal 40 253 314 124 20 0 24 300 111 56
Binary 100000 10101011 11001100 1010100 10000 0 10100 11000000 1001001 101110

Color Harmonies of #20ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABCC

Black with #20ABCC

Text Example


Text Example

White with #20ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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