#27A4B3

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

Shades of Pelorous #27A4B3

Tints of Pelorous #27A4B3

Color information

#27A4B3 (or 0x27A4B3) is unknown color: approx Pelorous. HEX triplet: 27, A4 and B3. RGB value is (39,164,179). Sum of RGB (Red+Green+Blue) = 39+164+179=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #27A4B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A4B3 is #D85B4C. Grayscale: #808080. Windows color (decimal): -14179149 or 11772967. OLE color: 11772967.

HSL color Cylindrical-coordinate representation of color #27A4B3: hue angle of 186.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27A4B3 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB39164179-
CMYK0.780.0800.30
HSL186.43º64.22%42.75%-
HSV(B)186.43º78.21%70.2%-
XYZ22.2530.2447.31-
YUV128.34156.5964.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.21%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 179 (70.31% from 255) = 46.86%
R=10.21%
G=42.93%
B=46.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal391641790.780.0800.30186.4364.2242.75
Hex27A4B34E801Eba402b
Octal472442631161003627210053
Binary100111101001001011001110011101000011110101110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27A4B3; }

 p { color: rgb(39,164,179); }

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

<style>
 a { background-color: #27A4B3; }

 a { background-color: rgb(39,164,179); }

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

<style>
 span { border-color: #27A4B3; }

 span { border-color: rgb(39,164,179); }

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