Html Css Color HEX #20A8CE Summer Sky

📋 copy color: '#20A8CE'

red 32 ◦ green 168 ◦ blue 206

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

Shades of Summer Sky #20A8CE

Tints of Summer Sky #20A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 7.88%
G = 41.38%
B = 50.74%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20A8CE (or 0x20A8CE) is known color: Summer Sky. HEX triplet: 20, A8 and CE. RGB value is (32,168,206). Sum of RGB (Red+Green+Blue) = 32+168+206=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #20A8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A8CE is #DF5731. Grayscale: #838383. Windows color (decimal): -14636850 or 13543456. OLE color: 13543456.

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

Color convert

RGB 32 168 206 -
CMYK 0.84 0.18 0 0.19
HSL 193.1º 0.73% 0.47% -
HSV(B) 193.1º 0.84% 0.81% -
XYZ 25.74 32.77 63.36 -
YUV 131.67 169.94 56.91 -
System Red Green Blue C M Y K H S L
Decimal 32 168 206 0.84 0.18 0 0.19 193.1 0.73 0.47
Hex 20 A8 CE 54 12 0 13 C1 49 2F
Octal 40 250 316 124 22 0 23 301 111 57
Binary 100000 10101000 11001110 1010100 10010 0 10011 11000001 1001001 101111

Color Harmonies of #20A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A8CE

Black with #20A8CE

Text Example


Text Example

White with #20A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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