Html Css Color HEX #20AECE Summer Sky

📋 copy color: '#20AECE'

red 32 ◦ green 174 ◦ blue 206

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

Shades of Summer Sky #20AECE

Tints of Summer Sky #20AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

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

R = 7.77%
G = 42.23%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20AECE (or 0x20AECE) is known color: Summer Sky. HEX triplet: 20, AE and CE. RGB value is (32,174,206). Sum of RGB (Red+Green+Blue) = 32+174+206=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #20AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AECE is #DF5131. Grayscale: #868686. Windows color (decimal): -14635314 or 13544992. OLE color: 13544992.

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

Color convert

RGB 32 174 206 -
CMYK 0.84 0.16 0 0.19
HSL 191.03º 0.73% 0.47% -
HSV(B) 191.03º 0.84% 0.81% -
XYZ 26.87 35.04 63.74 -
YUV 135.19 167.96 54.4 -
System Red Green Blue C M Y K H S L
Decimal 32 174 206 0.84 0.16 0 0.19 191.03 0.73 0.47
Hex 20 AE CE 54 10 0 13 BF 49 2F
Octal 40 256 316 124 20 0 23 277 111 57
Binary 100000 10101110 11001110 1010100 10000 0 10011 10111111 1001001 101111

Color Harmonies of #20AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AECE

Black with #20AECE

Text Example


Text Example

White with #20AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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