Html Css Color HEX #2099DB Summer Sky

📋 copy color: '#2099DB'

red 32 ◦ green 153 ◦ blue 219

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

Shades of Summer Sky #2099DB

Tints of Summer Sky #2099DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.87%

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

R = 7.92%
G = 37.87%
B = 54.21%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2099DB (or 0x2099DB) is known color: Summer Sky. HEX triplet: 20, 99 and DB. RGB value is (32,153,219). Sum of RGB (Red+Green+Blue) = 32+153+219=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #2099DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099DB is #DF6624. Grayscale: #7B7B7B. Windows color (decimal): -14640677 or 14391584. OLE color: 14391584.

HSL color Cylindrical-coordinate representation of color #2099DB: hue angle of 201.18º 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 #2099DB is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 153 219 -
CMYK 0.85 0.30 0 0.14
HSL 201.18º 0.75% 0.49% -
HSV(B) 201.18º 0.85% 0.86% -
XYZ 24.77 28.2 71.16 -
YUV 124.35 181.41 62.13 -
System Red Green Blue C M Y K H S L
Decimal 32 153 219 0.85 0.30 0 0.14 201.18 0.75 0.49
Hex 20 99 DB 55 1E 0 E C9 4B 31
Octal 40 231 333 125 36 0 16 311 113 61
Binary 100000 10011001 11011011 1010101 11110 0 1110 11001001 1001011 110001

Color Harmonies of #2099DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2099DB

Black with #2099DB

Text Example


Text Example

White with #2099DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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