#279DAD

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

Shades of Pelorous #279DAD

Tints of Pelorous #279DAD

Color information

#279DAD (or 0x279DAD) is unknown color: approx Pelorous. HEX triplet: 27, 9D and AD. RGB value is (39,157,173). Sum of RGB (Red+Green+Blue) = 39+157+173=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #279DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279DAD is #D86252. Grayscale: #7B7B7B. Windows color (decimal): -14180947 or 11377959. OLE color: 11377959.

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

Color convert

RGB39157173-
CMYK0.770.0900.32
HSL187.16º63.21%41.57%-
HSV(B)187.16º77.46%67.84%-
XYZ20.4427.5643.78-
YUV123.54155.9167.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.57%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=10.57%
G=42.55%
B=46.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391571730.770.0900.32187.1663.2141.57
Hex279DAD4D9020bb3f2a
Octal47235255115110402737752
Binary100111100111011010110110011011001010000010111011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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