#88A1BB

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

Shades of Rock Blue #88A1BB

Tints of Rock Blue #88A1BB

Color information

#88A1BB (or 0x88A1BB) is unknown color: approx Rock Blue. HEX triplet: 88, A1 and BB. RGB value is (136,161,187). Sum of RGB (Red+Green+Blue) = 136+161+187=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #88A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1BB is #775E44. Grayscale: #9C9C9C. Windows color (decimal): -7822917 or 12296584. OLE color: 12296584.

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

Color convert

RGB136161187-
CMYK0.270.1400.27
HSL210.59º27.27%63.33%-
HSV(B)210.59º27.27%73.33%-
XYZ31.8734.3151.96-
YUV156.49145.22113.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=28.10%
G=33.26%
B=38.64%

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
Decimal1361611870.270.1400.27210.5927.2763.33
Hex88A1BB1BE01Bd31b3f
Octal21024127333160333233377
Binary1000100010100001101110111101111100110111101001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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