#27A5BA

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

Shades of Pelorous #27A5BA

Tints of Pelorous #27A5BA

Color information

#27A5BA (or 0x27A5BA) is unknown color: approx Pelorous. HEX triplet: 27, A5 and BA. RGB value is (39,165,186). Sum of RGB (Red+Green+Blue) = 39+165+186=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #27A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A5BA is #D85A45. Grayscale: #818181. Windows color (decimal): -14178886 or 12231975. OLE color: 12231975.

HSL color Cylindrical-coordinate representation of color #27A5BA: hue angle of 188.57º 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 #27A5BA is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39165186-
CMYK0.790.1100.27
HSL188.57º65.33%44.12%-
HSV(B)188.57º79.03%72.94%-
XYZ23.1530.8951.2-
YUV129.72159.7663.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=10%
G=42.31%
B=47.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391651860.790.1100.27188.5765.3344.12
Hex27A5BA4FB01Bbd412c
Octal472452721171303327510154
Binary100111101001011011101010011111011011011101111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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