Html Css Color HEX #20A8CD Summer Sky

📋 copy color: '#20A8CD'

red 32 ◦ green 168 ◦ blue 205

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

Shades of Summer Sky #20A8CD

Tints of Summer Sky #20A8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 7.9%
G = 41.48%
B = 50.62%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20A8CD (or 0x20A8CD) is known color: Summer Sky. HEX triplet: 20, A8 and CD. RGB value is (32,168,205). Sum of RGB (Red+Green+Blue) = 32+168+205=405 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.90% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #20A8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A8CD is #DF5732. Grayscale: #838383. Windows color (decimal): -14636851 or 13477920. OLE color: 13477920.

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

Color convert

RGB 32 168 205 -
CMYK 0.84 0.18 0 0.20
HSL 192.83º 0.73% 0.46% -
HSV(B) 192.83º 0.84% 0.8% -
XYZ 25.62 32.72 62.72 -
YUV 131.55 169.44 56.99 -
System Red Green Blue C M Y K H S L
Decimal 32 168 205 0.84 0.18 0 0.20 192.83 0.73 0.46
Hex 20 A8 CD 54 12 0 14 C1 49 2E
Octal 40 250 315 124 22 0 24 301 111 56
Binary 100000 10101000 11001101 1010100 10010 0 10100 11000001 1001001 101110

Color Harmonies of #20A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A8CD

Black with #20A8CD

Text Example


Text Example

White with #20A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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