Html Css Color HEX #20A6D0 Summer Sky

📋 copy color: '#20A6D0'

red 32 ◦ green 166 ◦ blue 208

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

Shades of Summer Sky #20A6D0

Tints of Summer Sky #20A6D0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 208 (81.64% from 255) = 51.23%

R = 7.88%
G = 40.89%
B = 51.23%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#20A6D0 (or 0x20A6D0) is known color: Summer Sky. HEX triplet: 20, A6 and D0. RGB value is (32,166,208). Sum of RGB (Red+Green+Blue) = 32+166+208=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #20A6D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A6D0 is #DF592F. Grayscale: #828282. Windows color (decimal): -14637360 or 13674016. OLE color: 13674016.

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

Color convert

RGB 32 166 208 -
CMYK 0.85 0.20 0 0.18
HSL 194.32º 0.73% 0.47% -
HSV(B) 194.32º 0.85% 0.82% -
XYZ 25.62 32.13 64.53 -
YUV 130.72 171.61 57.58 -
System Red Green Blue C M Y K H S L
Decimal 32 166 208 0.85 0.20 0 0.18 194.32 0.73 0.47
Hex 20 A6 D0 55 14 0 12 C2 49 2F
Octal 40 246 320 125 24 0 22 302 111 57
Binary 100000 10100110 11010000 1010101 10100 0 10010 11000010 1001001 101111

Color Harmonies of #20A6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A6D0

Black with #20A6D0

Text Example


Text Example

White with #20A6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,166,208); }

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

background-color css

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

 a { background-color: rgb(32,166,208); }

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

border-color css

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

 span { border-color: rgb(32,166,208); }

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