#27AABA

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

Shades of Pelorous #27AABA

Tints of Pelorous #27AABA

Color information

#27AABA (or 0x27AABA) is unknown color: approx Pelorous. HEX triplet: 27, AA and BA. RGB value is (39,170,186). Sum of RGB (Red+Green+Blue) = 39+170+186=395 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.87% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #27AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AABA is #D85545. Grayscale: #848484. Windows color (decimal): -14177606 or 12233255. OLE color: 12233255.

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

Color convert

RGB39170186-
CMYK0.790.0900.27
HSL186.53º65.33%44.12%-
HSV(B)186.53º79.03%72.94%-
XYZ24.0732.7351.5-
YUV132.66158.161.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.87%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=9.87%
G=43.04%
B=47.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391701860.790.0900.27186.5365.3344.12
Hex27AABA4F901Bbb412c
Octal472522721171103327310154
Binary100111101010101011101010011111001011011101110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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