Html Css Color HEX #20BAE0 Summer Sky

📋 copy color: '#20BAE0'

red 32 ◦ green 186 ◦ blue 224

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

Shades of Summer Sky #20BAE0

Tints of Summer Sky #20BAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.08%

 BLUE value IS 224 (87.89% from 255) = 50.68%

R = 7.24%
G = 42.08%
B = 50.68%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#20BAE0 (or 0x20BAE0) is known color: Summer Sky. HEX triplet: 20, BA and E0. RGB value is (32,186,224). Sum of RGB (Red+Green+Blue) = 32+186+224=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #20BAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAE0 is #DF451F. Grayscale: #8F8F8F. Windows color (decimal): -14632224 or 14727712. OLE color: 14727712.

HSL color Cylindrical-coordinate representation of color #20BAE0: hue angle of 191.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BAE0 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 186 224 -
CMYK 0.86 0.17 0 0.12
HSL 191.88º 0.76% 0.5% -
HSV(B) 191.88º 0.86% 0.88% -
XYZ 31.61 40.81 76.73 -
YUV 144.29 172.98 47.91 -
System Red Green Blue C M Y K H S L
Decimal 32 186 224 0.86 0.17 0 0.12 191.88 0.76 0.5
Hex 20 BA E0 56 11 0 C C0 4C 32
Octal 40 272 340 126 21 0 14 300 114 62
Binary 100000 10111010 11100000 1010110 10001 0 1100 11000000 1001100 110010

Color Harmonies of #20BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BAE0

Black with #20BAE0

Text Example


Text Example

White with #20BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,186,224); }

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

background-color css

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

 a { background-color: rgb(32,186,224); }

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

border-color css

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

 span { border-color: rgb(32,186,224); }

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