#88A0BF

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

Shades of Rock Blue #88A0BF

Tints of Rock Blue #88A0BF

Color information

#88A0BF (or 0x88A0BF) is unknown color: approx Rock Blue. HEX triplet: 88, A0 and BF. RGB value is (136,160,191). Sum of RGB (Red+Green+Blue) = 136+160+191=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #88A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0BF is #775F40. Grayscale: #9C9C9C. Windows color (decimal): -7823169 or 12558472. OLE color: 12558472.

HSL color Cylindrical-coordinate representation of color #88A0BF: hue angle of 213.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88A0BF is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136160191-
CMYK0.290.1600.25
HSL213.82º30.05%64.12%-
HSV(B)213.82º28.8%74.9%-
XYZ32.1334.1454.19-
YUV156.36147.55113.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 191 (75% from 255) = 39.22%
R=27.93%
G=32.85%
B=39.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361601910.290.1600.25213.8230.0564.12
Hex88A0BF1D10019d61e40
Octal210240277352003132636100
Binary100010001010000010111111111011000001100111010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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