#9ABAC3

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

Shades of Casper #9ABAC3

Tints of Casper #9ABAC3

Color information

#9ABAC3 (or 0x9ABAC3) is unknown color: approx Casper. HEX triplet: 9A, BA and C3. RGB value is (154,186,195). Sum of RGB (Red+Green+Blue) = 154+186+195=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #9ABAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAC3 is #65453C. Grayscale: #B1B1B1. Windows color (decimal): -6636861 or 12827290. OLE color: 12827290.

HSL color Cylindrical-coordinate representation of color #9ABAC3: hue angle of 193.17º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9ABAC3 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154186195-
CMYK0.210.0500.24
HSL193.17º25.47%68.43%-
HSV(B)193.17º21.03%76.47%-
XYZ40.7445.9358.35-
YUV177.46137.9111.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=28.79%
G=34.77%
B=36.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541861950.210.0500.24193.1725.4768.43
Hex9ABAC3155018c11944
Octal23227230325503030131104
Binary1001101010111010110000111010110101100011000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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