Html Css Color HEX #2096DB Summer Sky

📋 copy color: '#2096DB'

red 32 ◦ green 150 ◦ blue 219

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

Shades of Summer Sky #2096DB

Tints of Summer Sky #2096DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 7.98%
G = 37.41%
B = 54.61%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2096DB (or 0x2096DB) is known color: Summer Sky. HEX triplet: 20, 96 and DB. RGB value is (32,150,219). Sum of RGB (Red+Green+Blue) = 32+150+219=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #2096DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2096DB is #DF6924. Grayscale: #7A7A7A. Windows color (decimal): -14641445 or 14390816. OLE color: 14390816.

HSL color Cylindrical-coordinate representation of color #2096DB: hue angle of 202.14º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2096DB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 150 219 -
CMYK 0.85 0.32 0 0.14
HSL 202.14º 0.75% 0.49% -
HSV(B) 202.14º 0.85% 0.86% -
XYZ 24.29 27.23 70.99 -
YUV 122.58 182.41 63.39 -
System Red Green Blue C M Y K H S L
Decimal 32 150 219 0.85 0.32 0 0.14 202.14 0.75 0.49
Hex 20 96 DB 55 20 0 E CA 4B 31
Octal 40 226 333 125 40 0 16 312 113 61
Binary 100000 10010110 11011011 1010101 100000 0 1110 11001010 1001011 110001

Color Harmonies of #2096DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2096DB

Black with #2096DB

Text Example


Text Example

White with #2096DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2096DB; }

 p { color: rgb(32,150,219); }

 H1.HeaderClassName
 {
   color: #2096DB;
 }
 .AnyTagClassName
 {
   color: #2096DB;
 }
</style>

background-color css

<style>
 a { background-color: #2096DB; }

 a { background-color: rgb(32,150,219); }

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

border-color css

<style>
 span { border-color: #2096DB; }

 span { border-color: rgb(32,150,219); }

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