#279DAE

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

Shades of Pelorous #279DAE

Tints of Pelorous #279DAE

Color information

#279DAE (or 0x279DAE) is unknown color: approx Pelorous. HEX triplet: 27, 9D and AE. RGB value is (39,157,174). Sum of RGB (Red+Green+Blue) = 39+157+174=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #279DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279DAE is #D86251. Grayscale: #7B7B7B. Windows color (decimal): -14180946 or 11443495. OLE color: 11443495.

HSL color Cylindrical-coordinate representation of color #279DAE: hue angle of 187.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #279DAE is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39157174-
CMYK0.780.1000.32
HSL187.56º63.38%41.76%-
HSV(B)187.56º77.59%68.24%-
XYZ20.5327.644.29-
YUV123.66156.4167.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.54%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=10.54%
G=42.43%
B=47.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391571740.780.1000.32187.5663.3841.76
Hex279DAE4EA020bc3f2a
Octal47235256116120402747752
Binary100111100111011010111010011101010010000010111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,157,174); }

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

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

 a { background-color: rgb(39,157,174); }

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

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

 span { border-color: rgb(39,157,174); }

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