#9ABBBF

Color #9ABBBF Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #9ABBBF

Tints of Casper #9ABBBF

Color information

#9ABBBF (or 0x9ABBBF) is unknown color: approx Casper. HEX triplet: 9A, BB and BF. RGB value is (154,187,191). Sum of RGB (Red+Green+Blue) = 154+187+191=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #9ABBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBBF is #654440. Grayscale: #B1B1B1. Windows color (decimal): -6636609 or 12565402. OLE color: 12565402.

HSL color Cylindrical-coordinate representation of color #9ABBBF: hue angle of 186.49º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABBBF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154187191-
CMYK0.190.0200.25
HSL186.49º22.42%67.65%-
HSV(B)186.49º19.37%74.9%-
XYZ40.546.1756.07-
YUV177.59135.57111.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 191 (75% from 255) = 35.90%
R=28.95%
G=35.15%
B=35.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541871910.190.0200.25186.4922.4267.65
Hex9ABBBF132019ba1644
Octal23227327723203127226104
Binary100110101011101110111111100111001100110111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABBBF; }

 p { color: rgb(154,187,191); }

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

<style>
 a { background-color: #9ABBBF; }

 a { background-color: rgb(154,187,191); }

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

<style>
 span { border-color: #9ABBBF; }

 span { border-color: rgb(154,187,191); }

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