Html Css Color HEX #20AACE Summer Sky

📋 copy color: '#20AACE'

red 32 ◦ green 170 ◦ blue 206

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

Shades of Summer Sky #20AACE

Tints of Summer Sky #20AACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

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

R = 7.84%
G = 41.67%
B = 50.49%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20AACE (or 0x20AACE) is known color: Summer Sky. HEX triplet: 20, AA and CE. RGB value is (32,170,206). Sum of RGB (Red+Green+Blue) = 32+170+206=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #20AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AACE is #DF5531. Grayscale: #848484. Windows color (decimal): -14636338 or 13543968. OLE color: 13543968.

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

Color convert

RGB 32 170 206 -
CMYK 0.84 0.17 0 0.19
HSL 192.41º 0.73% 0.47% -
HSV(B) 192.41º 0.84% 0.81% -
XYZ 26.11 33.51 63.48 -
YUV 132.84 169.28 56.07 -
System Red Green Blue C M Y K H S L
Decimal 32 170 206 0.84 0.17 0 0.19 192.41 0.73 0.47
Hex 20 AA CE 54 11 0 13 C0 49 2F
Octal 40 252 316 124 21 0 23 300 111 57
Binary 100000 10101010 11001110 1010100 10001 0 10011 11000000 1001001 101111

Color Harmonies of #20AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AACE

Black with #20AACE

Text Example


Text Example

White with #20AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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