Html Css Color HEX #20AAF1 Summer Sky

📋 copy color: '#20AAF1'

red 32 ◦ green 170 ◦ blue 241

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

Shades of Summer Sky #20AAF1

Tints of Summer Sky #20AAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.4%

R = 7.22%
G = 38.37%
B = 54.4%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#20AAF1 (or 0x20AAF1) is known color: Summer Sky. HEX triplet: 20, AA and F1. RGB value is (32,170,241). Sum of RGB (Red+Green+Blue) = 32+170+241=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #20AAF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAF1 is #DF550E. Grayscale: #888888. Windows color (decimal): -14636303 or 15837728. OLE color: 15837728.

HSL color Cylindrical-coordinate representation of color #20AAF1: hue angle of 200.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20AAF1 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 170 241 -
CMYK 0.87 0.29 0 0.05
HSL 200.38º 0.88% 0.54% -
HSV(B) 200.38º 0.87% 0.95% -
XYZ 30.85 35.41 88.43 -
YUV 136.83 186.78 53.23 -
System Red Green Blue C M Y K H S L
Decimal 32 170 241 0.87 0.29 0 0.05 200.38 0.88 0.54
Hex 20 AA F1 57 1D 0 5 C8 58 36
Octal 40 252 361 127 35 0 5 310 130 66
Binary 100000 10101010 11110001 1010111 11101 0 101 11001000 1011000 110110

Color Harmonies of #20AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AAF1

Black with #20AAF1

Text Example


Text Example

White with #20AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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