#27AAC5

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

Shades of Pelorous #27AAC5

Tints of Pelorous #27AAC5

Color information

#27AAC5 (or 0x27AAC5) is unknown color: approx Pelorous. HEX triplet: 27, AA and C5. RGB value is (39,170,197). Sum of RGB (Red+Green+Blue) = 39+170+197=406 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.61% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #27AAC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AAC5 is #D8553A. Grayscale: #858585. Windows color (decimal): -14177595 or 12954151. OLE color: 12954151.

HSL color Cylindrical-coordinate representation of color #27AAC5: hue angle of 190.25º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27AAC5 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB39170197-
CMYK0.800.1400.23
HSL190.25º66.95%46.27%-
HSV(B)190.25º80.2%77.25%-
XYZ25.2933.2157.9-
YUV133.91163.660.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.61%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 197 (77.34% from 255) = 48.52%
R=9.61%
G=41.87%
B=48.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391701970.800.1400.23190.2566.9546.27
Hex27AAC550E017be432e
Octal472523051201602727610356
Binary100111101010101100010110100001110010111101111101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,170,197); }

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

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

 a { background-color: rgb(39,170,197); }

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

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

 span { border-color: rgb(39,170,197); }

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