Html Css Color HEX #20C2EB Summer Sky

📋 copy color: '#20C2EB'

red 32 ◦ green 194 ◦ blue 235

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

Shades of Summer Sky #20C2EB

Tints of Summer Sky #20C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.08%

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

R = 6.94%
G = 42.08%
B = 50.98%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20C2EB (or 0x20C2EB) is known color: Summer Sky. HEX triplet: 20, C2 and EB. RGB value is (32,194,235). Sum of RGB (Red+Green+Blue) = 32+194+235=461 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.94% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #20C2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C2EB is #DF3D14. Grayscale: #959595. Windows color (decimal): -14630165 or 15450656. OLE color: 15450656.

HSL color Cylindrical-coordinate representation of color #20C2EB: hue angle of 192.12º 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 #20C2EB is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 194 235 -
CMYK 0.86 0.17 0 0.08
HSL 192.12º 0.84% 0.52% -
HSV(B) 192.12º 0.86% 0.92% -
XYZ 34.88 44.89 85.42 -
YUV 150.24 175.83 43.67 -
System Red Green Blue C M Y K H S L
Decimal 32 194 235 0.86 0.17 0 0.08 192.12 0.84 0.52
Hex 20 C2 EB 56 11 0 8 C0 54 34
Octal 40 302 353 126 21 0 10 300 124 64
Binary 100000 11000010 11101011 1010110 10001 0 1000 11000000 1010100 110100

Color Harmonies of #20C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C2EB

Black with #20C2EB

Text Example


Text Example

White with #20C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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