#9ABCC3

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

Shades of Casper #9ABCC3

Tints of Casper #9ABCC3

Color information

#9ABCC3 (or 0x9ABCC3) is unknown color: approx Casper. HEX triplet: 9A, BC and C3. RGB value is (154,188,195). Sum of RGB (Red+Green+Blue) = 154+188+195=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 195 - color contains mainly: blue. Hex color #9ABCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCC3 is #65433C. Grayscale: #B2B2B2. Windows color (decimal): -6636349 or 12827802. OLE color: 12827802.

HSL color Cylindrical-coordinate representation of color #9ABCC3: hue angle of 190.24º 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 #9ABCC3 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154188195-
CMYK0.210.0400.24
HSL190.24º25.47%68.43%-
HSV(B)190.24º21.03%76.47%-
XYZ41.1646.7858.49-
YUV178.63137.24110.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=28.68%
G=35.01%
B=36.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541881950.210.0400.24190.2425.4768.43
Hex9ABCC3154018be1944
Octal23227430325403027631104
Binary1001101010111100110000111010110001100010111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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