#88A0BA

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

Shades of Rock Blue #88A0BA

Tints of Rock Blue #88A0BA

Color information

#88A0BA (or 0x88A0BA) is unknown color: approx Rock Blue. HEX triplet: 88, A0 and BA. RGB value is (136,160,186). Sum of RGB (Red+Green+Blue) = 136+160+186=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #88A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0BA is #775F45. Grayscale: #9B9B9B. Windows color (decimal): -7823174 or 12230792. OLE color: 12230792.

HSL color Cylindrical-coordinate representation of color #88A0BA: hue angle of 211.2º 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 #88A0BA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136160186-
CMYK0.270.1400.27
HSL211.2º26.6%63.14%-
HSV(B)211.2º26.88%72.94%-
XYZ31.5933.9251.34-
YUV155.79145.05113.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=28.22%
G=33.20%
B=38.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361601860.270.1400.27211.226.663.14
Hex88A0BA1BE01Bd31b3f
Octal21024027233160333233377
Binary1000100010100000101110101101111100110111101001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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