#219C87

Color #219C87 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #219C87

Tints of Niagara #219C87

Color information

#219C87 (or 0x219C87) is unknown color: approx Niagara. HEX triplet: 21, 9C and 87. RGB value is (33,156,135). Sum of RGB (Red+Green+Blue) = 33+156+135=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #219C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C87 is #DE6378. Grayscale: #747474. Windows color (decimal): -14574457 or 8887329. OLE color: 8887329.

HSL color Cylindrical-coordinate representation of color #219C87: hue angle of 169.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C87 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB33156135-
CMYK0.7900.130.39
HSL169.76º65.08%37.06%-
HSV(B)169.76º78.85%61.18%-
XYZ16.8925.8527.02-
YUV116.83138.2568.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.19%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=10.19%
G=48.15%
B=41.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331561350.7900.130.39169.7665.0837.06
Hex219C874F0D27aa4125
Octal412342071170154725210145
Binary1000011001110010000111100111101101100111101010101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219C87; }

 p { color: rgb(33,156,135); }

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

<style>
 a { background-color: #219C87; }

 a { background-color: rgb(33,156,135); }

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

<style>
 span { border-color: #219C87; }

 span { border-color: rgb(33,156,135); }

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