#279fb9

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

Shades of Pelorous #279FB9

Tints of Pelorous #279FB9

Color information

#279FB9 (or 0x279FB9) is unknown color: approx Pelorous. HEX triplet: 27, 9F and B9. RGB value is (39,159,185). Sum of RGB (Red+Green+Blue) = 39+159+185=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #279FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279FB9 is #D86046. Grayscale: #7D7D7D. Windows color (decimal): -14180423 or 12164903. OLE color: 12164903.

HSL color Cylindrical-coordinate representation of color #279FB9: hue angle of 190.68º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279FB9 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39159185-
CMYK0.790.1400.27
HSL190.68º65.18%43.92%-
HSV(B)190.68º78.92%72.55%-
XYZ21.9928.7350.29-
YUV126.08161.2465.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.18%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 185 (72.66% from 255) = 48.30%
R=10.18%
G=41.51%
B=48.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391591850.790.1400.27190.6865.1843.92
Hex279FB94FE01Bbf412c
Octal472372711171603327710154
Binary100111100111111011100110011111110011011101111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279fb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,159,185); }

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

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

 a { background-color: rgb(39,159,185); }

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

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

 span { border-color: rgb(39,159,185); }

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