Html Css Color HEX #20A6CE Summer Sky

📋 copy color: '#20A6CE'

red 32 ◦ green 166 ◦ blue 206

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

Shades of Summer Sky #20A6CE

Tints of Summer Sky #20A6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 7.92%
G = 41.09%
B = 50.99%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20A6CE (or 0x20A6CE) is known color: Summer Sky. HEX triplet: 20, A6 and CE. RGB value is (32,166,206). Sum of RGB (Red+Green+Blue) = 32+166+206=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #20A6CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A6CE is #DF5931. Grayscale: #828282. Windows color (decimal): -14637362 or 13542944. OLE color: 13542944.

HSL color Cylindrical-coordinate representation of color #20A6CE: hue angle of 193.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20A6CE is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 166 206 -
CMYK 0.84 0.19 0 0.19
HSL 193.79º 0.73% 0.47% -
HSV(B) 193.79º 0.84% 0.81% -
XYZ 25.37 32.04 63.24 -
YUV 130.49 170.61 57.75 -
System Red Green Blue C M Y K H S L
Decimal 32 166 206 0.84 0.19 0 0.19 193.79 0.73 0.47
Hex 20 A6 CE 54 13 0 13 C2 49 2F
Octal 40 246 316 124 23 0 23 302 111 57
Binary 100000 10100110 11001110 1010100 10011 0 10011 11000010 1001001 101111

Color Harmonies of #20A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A6CE

Black with #20A6CE

Text Example


Text Example

White with #20A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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