#2190D6

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

Shades of Summer Sky #2190D6

Tints of Summer Sky #2190D6

Color information

#2190D6 (or 0x2190D6) is unknown color: approx Summer Sky. HEX triplet: 21, 90 and D6. RGB value is (33,144,214). Sum of RGB (Red+Green+Blue) = 33+144+214=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #2190D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2190D6 is #DE6F29. Grayscale: #767676. Windows color (decimal): -14577450 or 14061601. OLE color: 14061601.

HSL color Cylindrical-coordinate representation of color #2190D6: hue angle of 203.2º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2190D6 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB33144214-
CMYK0.850.3300.16
HSL203.2º73.28%48.43%-
HSV(B)203.2º84.58%83.92%-
XYZ22.7425.1267.27-
YUV118.79181.7366.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.44%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 214 (83.98% from 255) = 54.73%
R=8.44%
G=36.83%
B=54.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal331442140.850.3300.16203.273.2848.43
Hex2190D65521010cb4930
Octal412203261254102031311160
Binary10000110010000110101101010101100001010000110010111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2190D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2190D6; }

 p { color: rgb(33,144,214); }

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

<style>
 a { background-color: #2190D6; }

 a { background-color: rgb(33,144,214); }

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

<style>
 span { border-color: #2190D6; }

 span { border-color: rgb(33,144,214); }

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