#279FBF

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

Shades of Pelorous #279FBF

Tints of Pelorous #279FBF

Color information

#279FBF (or 0x279FBF) is unknown color: approx Pelorous. HEX triplet: 27, 9F and BF. RGB value is (39,159,191). Sum of RGB (Red+Green+Blue) = 39+159+191=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #279FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279FBF is #D86040. Grayscale: #7E7E7E. Windows color (decimal): -14180417 or 12558119. OLE color: 12558119.

HSL color Cylindrical-coordinate representation of color #279FBF: hue angle of 192.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #279FBF is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB39159191-
CMYK0.800.1700.25
HSL192.63º66.09%45.1%-
HSV(B)192.63º79.58%74.9%-
XYZ22.6428.9953.69-
YUV126.77164.2465.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.03%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 191 (75% from 255) = 49.10%
R=10.03%
G=40.87%
B=49.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391591910.800.1700.25192.6366.0945.1
Hex279FBF5011019c1422d
Octal472372771202103130110255
Binary1001111001111110111111101000010001011001110000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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