#1B96AA

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

Shades of Pelorous #1B96AA

Tints of Pelorous #1B96AA

Color information

#1B96AA (or 0x1B96AA) is unknown color: approx Pelorous. HEX triplet: 1B, 96 and AA. RGB value is (27,150,170). Sum of RGB (Red+Green+Blue) = 27+150+170=347 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.78% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B96AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B96AA is #E46955. Grayscale: #737373. Windows color (decimal): -14969174 or 11179547. OLE color: 11179547.

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

Color convert

RGB27150170-
CMYK0.840.1200.33
HSL188.39º72.59%38.63%-
HSV(B)188.39º84.12%66.67%-
XYZ18.6124.9541.86-
YUV115.5158.7564.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.78%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=7.78%
G=43.23%
B=48.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271501700.840.1200.33188.3972.5938.63
Hex1B96AA54C021bc4927
Octal332262521241404127411147
Binary110111001011010101010101010011000100001101111001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,150,170); }

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

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

 a { background-color: rgb(27,150,170); }

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

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

 span { border-color: rgb(27,150,170); }

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