#9ABABF

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

Shades of Casper #9ABABF

Tints of Casper #9ABABF

Color information

#9ABABF (or 0x9ABABF) is unknown color: approx Casper. HEX triplet: 9A, BA and BF. RGB value is (154,186,191). Sum of RGB (Red+Green+Blue) = 154+186+191=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #9ABABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABABF is #654540. Grayscale: #B0B0B0. Windows color (decimal): -6636865 or 12565146. OLE color: 12565146.

HSL color Cylindrical-coordinate representation of color #9ABABF: hue angle of 188.11º 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 #9ABABF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154186191-
CMYK0.190.0300.25
HSL188.11º22.42%67.65%-
HSV(B)188.11º19.37%74.9%-
XYZ40.2945.7556-
YUV177135.9111.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 191 (75% from 255) = 35.97%
R=29.00%
G=35.03%
B=35.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541861910.190.0300.25188.1122.4267.65
Hex9ABABF133019bc1644
Octal23227227723303127426104
Binary100110101011101010111111100111101100110111100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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