#279E8F

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

Shades of Niagara #279E8F

Tints of Niagara #279E8F

Color information

#279E8F (or 0x279E8F) is unknown color: approx Niagara. HEX triplet: 27, 9E and 8F. RGB value is (39,158,143). Sum of RGB (Red+Green+Blue) = 39+158+143=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #279E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279E8F is #D86170. Grayscale: #787878. Windows color (decimal): -14180721 or 9412135. OLE color: 9412135.

HSL color Cylindrical-coordinate representation of color #279E8F: hue angle of 172.44º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279E8F is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB39158143-
CMYK0.7500.090.38
HSL172.44º60.41%38.63%-
HSV(B)172.44º75.32%61.96%-
XYZ18.0226.8730.22-
YUV120.71140.5869.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.47%
GREEN value IS 158 (62.11% from 255) = 46.47%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=11.47%
G=46.47%
B=42.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391581430.7500.090.38172.4460.4138.63
Hex279E8F4B0926ac3c27
Octal47236217113011462547447
Binary100111100111101000111110010110100110011010101100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279E8F; }

 p { color: rgb(39,158,143); }

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

<style>
 a { background-color: #279E8F; }

 a { background-color: rgb(39,158,143); }

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

<style>
 span { border-color: #279E8F; }

 span { border-color: rgb(39,158,143); }

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