#27A7BA

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

Shades of Pelorous #27A7BA

Tints of Pelorous #27A7BA

Color information

#27A7BA (or 0x27A7BA) is unknown color: approx Pelorous. HEX triplet: 27, A7 and BA. RGB value is (39,167,186). Sum of RGB (Red+Green+Blue) = 39+167+186=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #27A7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A7BA is #D85845. Grayscale: #828282. Windows color (decimal): -14178374 or 12232487. OLE color: 12232487.

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

Color convert

RGB39167186-
CMYK0.790.1000.27
HSL187.76º65.33%44.12%-
HSV(B)187.76º79.03%72.94%-
XYZ23.5231.6151.32-
YUV130.89159.0962.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.95%
GREEN value IS 167 (65.62% from 255) = 42.60%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=9.95%
G=42.60%
B=47.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391671860.790.1000.27187.7665.3344.12
Hex27A7BA4FA01Bbc412c
Octal472472721171203327410154
Binary100111101001111011101010011111010011011101111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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