#27ABBB

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

Shades of Pelorous #27ABBB

Tints of Pelorous #27ABBB

Color information

#27ABBB (or 0x27ABBB) is unknown color: approx Pelorous. HEX triplet: 27, AB and BB. RGB value is (39,171,187). Sum of RGB (Red+Green+Blue) = 39+171+187=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #27ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ABBB is #D85444. Grayscale: #858585. Windows color (decimal): -14177349 or 12299047. OLE color: 12299047.

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

Color convert

RGB39171187-
CMYK0.790.0900.27
HSL186.49º65.49%44.31%-
HSV(B)186.49º79.14%73.33%-
XYZ24.3733.1552.13-
YUV133.36158.2760.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.82%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=9.82%
G=43.07%
B=47.10%

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
Decimal391711870.790.0900.27186.4965.4944.31
Hex27ABBB4F901Bba412c
Octal472532731171103327210154
Binary100111101010111011101110011111001011011101110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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