#27A4B7

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

Shades of Pelorous #27A4B7

Tints of Pelorous #27A4B7

Color information

#27A4B7 (or 0x27A4B7) is unknown color: approx Pelorous. HEX triplet: 27, A4 and B7. RGB value is (39,164,183). Sum of RGB (Red+Green+Blue) = 39+164+183=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #27A4B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A4B7 is #D85B48. Grayscale: #808080. Windows color (decimal): -14179145 or 12035111. OLE color: 12035111.

HSL color Cylindrical-coordinate representation of color #27A4B7: hue angle of 187.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27A4B7 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB39164183-
CMYK0.790.1000.28
HSL187.92º64.86%43.53%-
HSV(B)187.92º78.69%71.76%-
XYZ22.6630.449.47-
YUV128.79158.5963.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.10%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 183 (71.88% from 255) = 47.41%
R=10.10%
G=42.49%
B=47.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391641830.790.1000.28187.9264.8643.53
Hex27A4B74FA01Cbc412c
Octal472442671171203427410154
Binary100111101001001011011110011111010011100101111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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