#9ABDC3

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

Shades of Casper #9ABDC3

Tints of Casper #9ABDC3

Color information

#9ABDC3 (or 0x9ABDC3) is unknown color: approx Casper. HEX triplet: 9A, BD and C3. RGB value is (154,189,195). Sum of RGB (Red+Green+Blue) = 154+189+195=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 195 - color contains mainly: blue. Hex color #9ABDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDC3 is #65423C. Grayscale: #B3B3B3. Windows color (decimal): -6636093 or 12828058. OLE color: 12828058.

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

Color convert

RGB154189195-
CMYK0.210.0300.24
HSL188.78º25.47%68.43%-
HSV(B)188.78º21.03%76.47%-
XYZ41.3747.2158.56-
YUV179.22136.9110.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=28.62%
G=35.13%
B=36.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541891950.210.0300.24188.7825.4768.43
Hex9ABDC3153018bd1944
Octal23227530325303027531104
Binary100110101011110111000011101011101100010111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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