#9ABBBD

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

Shades of Casper #9ABBBD

Tints of Casper #9ABBBD

Color information

#9ABBBD (or 0x9ABBBD) is unknown color: approx Casper. HEX triplet: 9A, BB and BD. RGB value is (154,187,189). Sum of RGB (Red+Green+Blue) = 154+187+189=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #9ABBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBBD is #654442. Grayscale: #B1B1B1. Windows color (decimal): -6636611 or 12434330. OLE color: 12434330.

HSL color Cylindrical-coordinate representation of color #9ABBBD: hue angle of 183.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABBBD is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154187189-
CMYK0.190.0100.26
HSL183.43º20.96%67.25%-
HSV(B)183.43º18.52%74.12%-
XYZ40.2846.0854.92-
YUV177.36134.57111.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=29.06%
G=35.28%
B=35.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541871890.190.0100.26183.4320.9667.25
Hex9ABBBD13101Ab71543
Octal23227327523103226725103
Binary10011010101110111011110110011101101010110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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