#2196D8

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

Shades of Summer Sky #2196D8

Tints of Summer Sky #2196D8

Color information

#2196D8 (or 0x2196D8) is unknown color: approx Summer Sky. HEX triplet: 21, 96 and D8. RGB value is (33,150,216). Sum of RGB (Red+Green+Blue) = 33+150+216=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #2196D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196D8 is #DE6927. Grayscale: #7A7A7A. Windows color (decimal): -14575912 or 14194209. OLE color: 14194209.

HSL color Cylindrical-coordinate representation of color #2196D8: hue angle of 201.64º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2196D8 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33150216-
CMYK0.850.3100.15
HSL201.64º73.49%48.82%-
HSV(B)201.64º84.72%84.71%-
XYZ23.9327.0968.93-
YUV122.54180.7464.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.27%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 216 (84.77% from 255) = 54.14%
R=8.27%
G=37.59%
B=54.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331502160.850.3100.15201.6473.4948.82
Hex2196D8551F0Fca4931
Octal412263301253701731211161
Binary100001100101101101100010101011111101111110010101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2196D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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