#8BB1B3

Color #8BB1B3 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #8BB1B3

Tints of Ziggurat #8BB1B3

Color information

#8BB1B3 (or 0x8BB1B3) is unknown color: approx Ziggurat. HEX triplet: 8B, B1 and B3. RGB value is (139,177,179). Sum of RGB (Red+Green+Blue) = 139+177+179=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #8BB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1B3 is #744E4C. Grayscale: #A5A5A5. Windows color (decimal): -7622221 or 11776395. OLE color: 11776395.

HSL color Cylindrical-coordinate representation of color #8BB1B3: hue angle of 183º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB1B3 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB139177179-
CMYK0.220.0100.30
HSL183º20.83%62.35%-
HSV(B)183º22.35%70.2%-
XYZ34.5140.1948.59-
YUV165.87135.41108.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=28.08%
G=35.76%
B=36.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391771790.220.0100.3018320.8362.35
Hex8BB1B316101Eb7153e
Octal2132612632610362672576
Binary1000101110110001101100111011010111101011011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB1B3; }

 p { color: rgb(139,177,179); }

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

<style>
 a { background-color: #8BB1B3; }

 a { background-color: rgb(139,177,179); }

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

<style>
 span { border-color: #8BB1B3; }

 span { border-color: rgb(139,177,179); }

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