#1B9BAE

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

Shades of Pelorous #1B9BAE

Tints of Pelorous #1B9BAE

Color information

#1B9BAE (or 0x1B9BAE) is unknown color: approx Pelorous. HEX triplet: 1B, 9B and AE. RGB value is (27,155,174). Sum of RGB (Red+Green+Blue) = 27+155+174=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B9BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9BAE is #E46451. Grayscale: #767676. Windows color (decimal): -14967890 or 11442971. OLE color: 11442971.

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

Color convert

RGB27155174-
CMYK0.840.1100.32
HSL187.76º73.13%39.41%-
HSV(B)187.76º84.48%68.24%-
XYZ19.8126.7344.16-
YUV118.89159.0962.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.58%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=7.58%
G=43.54%
B=48.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271551740.840.1100.32187.7673.1339.41
Hex1B9BAE54B020bc4927
Octal332332561241304027411147
Binary110111001101110101110101010010110100000101111001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,155,174); }

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

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

 a { background-color: rgb(27,155,174); }

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

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

 span { border-color: rgb(27,155,174); }

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