#1B8AAC

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

Shades of Pelorous #1B8AAC

Tints of Pelorous #1B8AAC

Color information

#1B8AAC (or 0x1B8AAC) is unknown color: approx Pelorous. HEX triplet: 1B, 8A and AC. RGB value is (27,138,172). Sum of RGB (Red+Green+Blue) = 27+138+172=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B8AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8AAC is #E47553. Grayscale: #6C6C6C. Windows color (decimal): -14972244 or 11307547. OLE color: 11307547.

HSL color Cylindrical-coordinate representation of color #1B8AAC: hue angle of 194.07º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B8AAC is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB27138172-
CMYK0.840.2000.33
HSL194.07º72.86%39.02%-
HSV(B)194.07º84.3%67.45%-
XYZ16.9921.3942.26-
YUV108.69163.7369.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.01%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=8.01%
G=40.95%
B=51.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271381720.840.2000.33194.0772.8639.02
Hex1B8AAC5414021c24927
Octal332122541242404130211147
Binary1101110001010101011001010100101000100001110000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B8AAC; }

 p { color: rgb(27,138,172); }

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

<style>
 a { background-color: #1B8AAC; }

 a { background-color: rgb(27,138,172); }

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

<style>
 span { border-color: #1B8AAC; }

 span { border-color: rgb(27,138,172); }

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