#1B9AAD

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

Shades of Pelorous #1B9AAD

Tints of Pelorous #1B9AAD

Color information

#1B9AAD (or 0x1B9AAD) is unknown color: approx Pelorous. HEX triplet: 1B, 9A and AD. RGB value is (27,154,173). Sum of RGB (Red+Green+Blue) = 27+154+173=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B9AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9AAD is #E46552. Grayscale: #757575. Windows color (decimal): -14968147 or 11377179. OLE color: 11377179.

HSL color Cylindrical-coordinate representation of color #1B9AAD: hue angle of 187.81º 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 #1B9AAD is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB27154173-
CMYK0.840.1100.32
HSL187.81º73%39.22%-
HSV(B)187.81º84.39%67.84%-
XYZ19.5526.3643.59-
YUV118.19158.9262.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.63%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=7.63%
G=43.50%
B=48.87%

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
Decimal271541730.840.1100.32187.817339.22
Hex1B9AAD54B020bc4927
Octal332322551241304027411147
Binary110111001101010101101101010010110100000101111001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,154,173); }

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

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

 a { background-color: rgb(27,154,173); }

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

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

 span { border-color: rgb(27,154,173); }

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