#27AABB

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

Shades of Pelorous #27AABB

Tints of Pelorous #27AABB

Color information

#27AABB (or 0x27AABB) is unknown color: approx Pelorous. HEX triplet: 27, AA and BB. RGB value is (39,170,187). Sum of RGB (Red+Green+Blue) = 39+170+187=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #27AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AABB is #D85544. Grayscale: #848484. Windows color (decimal): -14177605 or 12298791. OLE color: 12298791.

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

Color convert

RGB39170187-
CMYK0.790.0900.27
HSL186.89º65.49%44.31%-
HSV(B)186.89º79.14%73.33%-
XYZ24.1832.7752.06-
YUV132.77158.661.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.85%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=9.85%
G=42.93%
B=47.22%

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
Decimal391701870.790.0900.27186.8965.4944.31
Hex27AABB4F901Bbb412c
Octal472522731171103327310154
Binary100111101010101011101110011111001011011101110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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