#88A1BA

Color #88A1BA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #88A1BA

Tints of Rock Blue #88A1BA

Color information

#88A1BA (or 0x88A1BA) is unknown color: approx Rock Blue. HEX triplet: 88, A1 and BA. RGB value is (136,161,186). Sum of RGB (Red+Green+Blue) = 136+161+186=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #88A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1BA is #775E45. Grayscale: #9C9C9C. Windows color (decimal): -7822918 or 12231048. OLE color: 12231048.

HSL color Cylindrical-coordinate representation of color #88A1BA: hue angle of 210º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88A1BA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136161186-
CMYK0.270.1300.27
HSL210º26.6%63.14%-
HSV(B)210º26.88%72.94%-
XYZ31.7634.2751.39-
YUV156.38144.72113.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=28.16%
G=33.33%
B=38.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361611860.270.1300.2721026.663.14
Hex88A1BA1BD01Bd21b3f
Octal21024127233150333223377
Binary1000100010100001101110101101111010110111101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A1BA; }

 p { color: rgb(136,161,186); }

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

<style>
 a { background-color: #88A1BA; }

 a { background-color: rgb(136,161,186); }

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

<style>
 span { border-color: #88A1BA; }

 span { border-color: rgb(136,161,186); }

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