Html Css Color HEX #2199DB Summer Sky

📋 copy color: '#2199DB'

red 33 ◦ green 153 ◦ blue 219

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

Shades of Summer Sky #2199DB

Tints of Summer Sky #2199DB

RGB

 RED value IS 33 (13.28% from 255) = 8.15%

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

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

R = 8.15%
G = 37.78%
B = 54.07%

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

#2199DB (or 0x2199DB) is known color: Summer Sky. HEX triplet: 21, 99 and DB. RGB value is (33,153,219). Sum of RGB (Red+Green+Blue) = 33+153+219=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #2199DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199DB is #DE6624. Grayscale: #7C7C7C. Windows color (decimal): -14575141 or 14391585. OLE color: 14391585.

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

Color convert

RGB 33 153 219 -
CMYK 0.85 0.30 0 0.14
HSL 201.29º 0.74% 0.49% -
HSV(B) 201.29º 0.85% 0.86% -
XYZ 24.8 28.22 71.16 -
YUV 124.64 181.24 62.63 -
System Red Green Blue C M Y K H S L
Decimal 33 153 219 0.85 0.30 0 0.14 201.29 0.74 0.49
Hex 21 99 DB 55 1E 0 E C9 4A 31
Octal 41 231 333 125 36 0 16 311 112 61
Binary 100001 10011001 11011011 1010101 11110 0 1110 11001001 1001010 110001

Color Harmonies of #2199DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2199DB

Black with #2199DB

Text Example


Text Example

White with #2199DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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