#2197DB

Color #2197DB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2197DB

Tints of Summer Sky #2197DB

Color information

#2197DB (or 0x2197DB) is unknown color: approx Summer Sky. HEX triplet: 21, 97 and DB. RGB value is (33,151,219). Sum of RGB (Red+Green+Blue) = 33+151+219=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #2197DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197DB is #DE6824. Grayscale: #7B7B7B. Windows color (decimal): -14575653 or 14391073. OLE color: 14391073.

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

Color convert

RGB33151219-
CMYK0.850.3100.14
HSL201.94º73.81%49.41%-
HSV(B)201.94º84.93%85.88%-
XYZ24.4827.5771.05-
YUV123.47181.9163.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.19%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 219 (85.94% from 255) = 54.34%
R=8.19%
G=37.47%
B=54.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal331512190.850.3100.14201.9473.8149.41
Hex2197DB551F0Eca4a31
Octal412273331253701631211261
Binary100001100101111101101110101011111101110110010101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2197DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2197DB;
 }
 .AnyTagClassName
 {
   color: #2197DB;
 }
</style>
background-color css

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

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

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

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

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

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