Html Css Color HEX #20AAD7 Summer Sky

📋 copy color: '#20AAD7'

red 32 ◦ green 170 ◦ blue 215

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

Shades of Summer Sky #20AAD7

Tints of Summer Sky #20AAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.56%

R = 7.67%
G = 40.77%
B = 51.56%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#20AAD7 (or 0x20AAD7) is known color: Summer Sky. HEX triplet: 20, AA and D7. RGB value is (32,170,215). Sum of RGB (Red+Green+Blue) = 32+170+215=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #20AAD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AAD7 is #DF5528. Grayscale: #858585. Windows color (decimal): -14636329 or 14133792. OLE color: 14133792.

HSL color Cylindrical-coordinate representation of color #20AAD7: hue angle of 194.75º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20AAD7 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 170 215 -
CMYK 0.85 0.21 0 0.16
HSL 194.75º 0.74% 0.48% -
HSV(B) 194.75º 0.85% 0.84% -
XYZ 27.24 33.96 69.41 -
YUV 133.87 173.78 55.34 -
System Red Green Blue C M Y K H S L
Decimal 32 170 215 0.85 0.21 0 0.16 194.75 0.74 0.48
Hex 20 AA D7 55 15 0 10 C3 4A 30
Octal 40 252 327 125 25 0 20 303 112 60
Binary 100000 10101010 11010111 1010101 10101 0 10000 11000011 1001010 110000

Color Harmonies of #20AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AAD7

Black with #20AAD7

Text Example


Text Example

White with #20AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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