Html Css Color HEX #20BEE2 Summer Sky

📋 copy color: '#20BEE2'

red 32 ◦ green 190 ◦ blue 226

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

Shades of Summer Sky #20BEE2

Tints of Summer Sky #20BEE2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 226 (88.67% from 255) = 50.45%

R = 7.14%
G = 42.41%
B = 50.45%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#20BEE2 (or 0x20BEE2) is known color: Summer Sky. HEX triplet: 20, BE and E2. RGB value is (32,190,226). Sum of RGB (Red+Green+Blue) = 32+190+226=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #20BEE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEE2 is #DF411D. Grayscale: #929292. Windows color (decimal): -14631198 or 14859808. OLE color: 14859808.

HSL color Cylindrical-coordinate representation of color #20BEE2: hue angle of 191.13º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BEE2 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 190 226 -
CMYK 0.86 0.16 0 0.11
HSL 191.13º 0.77% 0.51% -
HSV(B) 191.13º 0.86% 0.89% -
XYZ 32.74 42.62 78.45 -
YUV 146.86 172.65 46.07 -
System Red Green Blue C M Y K H S L
Decimal 32 190 226 0.86 0.16 0 0.11 191.13 0.77 0.51
Hex 20 BE E2 56 10 0 B BF 4D 33
Octal 40 276 342 126 20 0 13 277 115 63
Binary 100000 10111110 11100010 1010110 10000 0 1011 10111111 1001101 110011

Color Harmonies of #20BEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BEE2

Black with #20BEE2

Text Example


Text Example

White with #20BEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,190,226); }

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

background-color css

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

 a { background-color: rgb(32,190,226); }

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

border-color css

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

 span { border-color: rgb(32,190,226); }

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