#2196dd

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

Shades of Summer Sky #2196DD

Tints of Summer Sky #2196DD

Color information

#2196DD (or 0x2196DD) is unknown color: approx Summer Sky. HEX triplet: 21, 96 and DD. RGB value is (33,150,221). Sum of RGB (Red+Green+Blue) = 33+150+221=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #2196DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196DD is #DE6922. Grayscale: #7A7A7A. Windows color (decimal): -14575907 or 14521889. OLE color: 14521889.

HSL color Cylindrical-coordinate representation of color #2196DD: hue angle of 202.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2196DD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33150221-
CMYK0.850.3200.13
HSL202.66º74.02%49.8%-
HSV(B)202.66º85.07%86.67%-
XYZ24.5827.3672.39-
YUV123.11183.2463.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.17%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 221 (86.72% from 255) = 54.70%
R=8.17%
G=37.13%
B=54.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331502210.850.3200.13202.6674.0249.8
Hex2196DD55200Dcb4a32
Octal412263351254001531311262
Binary1000011001011011011101101010110000001101110010111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2196dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2196dd; }

 p { color: rgb(33,150,221); }

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

<style>
 a { background-color: #2196dd; }

 a { background-color: rgb(33,150,221); }

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

<style>
 span { border-color: #2196dd; }

 span { border-color: rgb(33,150,221); }

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