Html Css Color HEX #20BAD8 Summer Sky

📋 copy color: '#20BAD8'

red 32 ◦ green 186 ◦ blue 216

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

Shades of Summer Sky #20BAD8

Tints of Summer Sky #20BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.77%

R = 7.37%
G = 42.86%
B = 49.77%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#20BAD8 (or 0x20BAD8) is known color: Summer Sky. HEX triplet: 20, BA and D8. RGB value is (32,186,216). Sum of RGB (Red+Green+Blue) = 32+186+216=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #20BAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAD8 is #DF4527. Grayscale: #8F8F8F. Windows color (decimal): -14632232 or 14203424. OLE color: 14203424.

HSL color Cylindrical-coordinate representation of color #20BAD8: hue angle of 189.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BAD8 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 186 216 -
CMYK 0.85 0.14 0 0.15
HSL 189.78º 0.74% 0.49% -
HSV(B) 189.78º 0.85% 0.85% -
XYZ 30.55 40.38 71.15 -
YUV 143.37 168.98 48.56 -
System Red Green Blue C M Y K H S L
Decimal 32 186 216 0.85 0.14 0 0.15 189.78 0.74 0.49
Hex 20 BA D8 55 E 0 F BE 4A 31
Octal 40 272 330 125 16 0 17 276 112 61
Binary 100000 10111010 11011000 1010101 1110 0 1111 10111110 1001010 110001

Color Harmonies of #20BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BAD8

Black with #20BAD8

Text Example


Text Example

White with #20BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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