#279CC9

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

Shades of Pelorous #279CC9

Tints of Pelorous #279CC9

Color information

#279CC9 (or 0x279CC9) is unknown color: approx Pelorous. HEX triplet: 27, 9C and C9. RGB value is (39,156,201). Sum of RGB (Red+Green+Blue) = 39+156+201=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #279CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CC9 is #D86336. Grayscale: #7D7D7D. Windows color (decimal): -14181175 or 13212711. OLE color: 13212711.

HSL color Cylindrical-coordinate representation of color #279CC9: hue angle of 196.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279CC9 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB39156201-
CMYK0.810.2200.21
HSL196.67º67.5%47.06%-
HSV(B)196.67º80.6%78.82%-
XYZ23.2728.4359.52-
YUV126.15170.2465.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.85%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=9.85%
G=39.39%
B=50.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal391562010.810.2200.21196.6767.547.06
Hex279CC95116015c5442f
Octal472343111212602530510457
Binary1001111001110011001001101000110110010101110001011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,156,201); }

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

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

 a { background-color: rgb(39,156,201); }

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

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

 span { border-color: rgb(39,156,201); }

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