#9ABDC6

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

Shades of Casper #9ABDC6

Tints of Casper #9ABDC6

Color information

#9ABDC6 (or 0x9ABDC6) is unknown color: approx Casper. HEX triplet: 9A, BD and C6. RGB value is (154,189,198). Sum of RGB (Red+Green+Blue) = 154+189+198=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #9ABDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDC6 is #654239. Grayscale: #B3B3B3. Windows color (decimal): -6636090 or 13024666. OLE color: 13024666.

HSL color Cylindrical-coordinate representation of color #9ABDC6: hue angle of 192.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ABDC6 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB154189198-
CMYK0.220.0500.22
HSL192.27º27.85%69.02%-
HSV(B)192.27º22.22%77.65%-
XYZ41.7247.3460.37-
YUV179.56138.4109.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.47%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=28.47%
G=34.94%
B=36.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541891980.220.0500.22192.2727.8569.02
Hex9ABDC6165016c01c45
Octal23227530626502630034105
Binary1001101010111101110001101011010101011011000000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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