#27A0C3

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

Shades of Pelorous #27A0C3

Tints of Pelorous #27A0C3

Color information

#27A0C3 (or 0x27A0C3) is unknown color: approx Pelorous. HEX triplet: 27, A0 and C3. RGB value is (39,160,195). Sum of RGB (Red+Green+Blue) = 39+160+195=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #27A0C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A0C3 is #D85F3C. Grayscale: #7F7F7F. Windows color (decimal): -14180157 or 12820519. OLE color: 12820519.

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

Color convert

RGB39160195-
CMYK0.800.1800.24
HSL193.46º66.67%45.88%-
HSV(B)193.46º80%76.47%-
XYZ23.2629.5156.1-
YUV127.81165.9164.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.90%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 195 (76.56% from 255) = 49.49%
R=9.90%
G=40.61%
B=49.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal391601950.800.1800.24193.4666.6745.88
Hex27A0C35012018c1432e
Octal472403031202203030110356
Binary1001111010000011000011101000010010011000110000011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,160,195); }

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

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

 a { background-color: rgb(39,160,195); }

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

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

 span { border-color: rgb(39,160,195); }

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