#88A2BB

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

Shades of Rock Blue #88A2BB

Tints of Rock Blue #88A2BB

Color information

#88A2BB (or 0x88A2BB) is unknown color: approx Rock Blue. HEX triplet: 88, A2 and BB. RGB value is (136,162,187). Sum of RGB (Red+Green+Blue) = 136+162+187=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #88A2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2BB is #775D44. Grayscale: #9C9C9C. Windows color (decimal): -7822661 or 12296840. OLE color: 12296840.

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

Color convert

RGB136162187-
CMYK0.270.1300.27
HSL209.41º27.27%63.33%-
HSV(B)209.41º27.27%73.33%-
XYZ32.0434.6652.02-
YUV157.08144.89112.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=28.04%
G=33.40%
B=38.56%

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
Decimal1361621870.270.1300.27209.4127.2763.33
Hex88A2BB1BD01Bd11b3f
Octal21024227333150333213377
Binary1000100010100010101110111101111010110111101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,162,187); }

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

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

 a { background-color: rgb(136,162,187); }

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

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

 span { border-color: rgb(136,162,187); }

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