Html Css Color HEX #20AAEB Summer Sky

📋 copy color: '#20AAEB'

red 32 ◦ green 170 ◦ blue 235

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

Shades of Summer Sky #20AAEB

Tints of Summer Sky #20AAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 7.32%
G = 38.9%
B = 53.78%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20AAEB (or 0x20AAEB) is known color: Summer Sky. HEX triplet: 20, AA and EB. RGB value is (32,170,235). Sum of RGB (Red+Green+Blue) = 32+170+235=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #20AAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAEB is #DF5514. Grayscale: #878787. Windows color (decimal): -14636309 or 15444512. OLE color: 15444512.

HSL color Cylindrical-coordinate representation of color #20AAEB: hue angle of 199.21º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AAEB is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 170 235 -
CMYK 0.86 0.28 0 0.08
HSL 199.21º 0.84% 0.52% -
HSV(B) 199.21º 0.86% 0.92% -
XYZ 29.97 35.05 83.78 -
YUV 136.15 183.78 53.71 -
System Red Green Blue C M Y K H S L
Decimal 32 170 235 0.86 0.28 0 0.08 199.21 0.84 0.52
Hex 20 AA EB 56 1C 0 8 C7 54 34
Octal 40 252 353 126 34 0 10 307 124 64
Binary 100000 10101010 11101011 1010110 11100 0 1000 11000111 1010100 110100

Color Harmonies of #20AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AAEB

Black with #20AAEB

Text Example


Text Example

White with #20AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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