Html Css Color HEX #20ADEB Summer Sky

📋 copy color: '#20ADEB'

red 32 ◦ green 173 ◦ blue 235

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

Shades of Summer Sky #20ADEB

Tints of Summer Sky #20ADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.32%

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

R = 7.27%
G = 39.32%
B = 53.41%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20ADEB (or 0x20ADEB) is known color: Summer Sky. HEX triplet: 20, AD and EB. RGB value is (32,173,235). Sum of RGB (Red+Green+Blue) = 32+173+235=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #20ADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ADEB is #DF5214. Grayscale: #898989. Windows color (decimal): -14635541 or 15445280. OLE color: 15445280.

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

Color convert

RGB 32 173 235 -
CMYK 0.86 0.26 0 0.08
HSL 198.33º 0.84% 0.52% -
HSV(B) 198.33º 0.86% 0.92% -
XYZ 30.53 36.19 83.97 -
YUV 137.91 182.79 52.46 -
System Red Green Blue C M Y K H S L
Decimal 32 173 235 0.86 0.26 0 0.08 198.33 0.84 0.52
Hex 20 AD EB 56 1A 0 8 C6 54 34
Octal 40 255 353 126 32 0 10 306 124 64
Binary 100000 10101101 11101011 1010110 11010 0 1000 11000110 1010100 110100

Color Harmonies of #20ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADEB

Black with #20ADEB

Text Example


Text Example

White with #20ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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