#9ABBBE

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

Shades of Casper #9ABBBE

Tints of Casper #9ABBBE

Color information

#9ABBBE (or 0x9ABBBE) is unknown color: approx Casper. HEX triplet: 9A, BB and BE. RGB value is (154,187,190). Sum of RGB (Red+Green+Blue) = 154+187+190=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #9ABBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBBE is #654441. Grayscale: #B1B1B1. Windows color (decimal): -6636610 or 12499866. OLE color: 12499866.

HSL color Cylindrical-coordinate representation of color #9ABBBE: hue angle of 185º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABBBE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154187190-
CMYK0.190.0200.25
HSL185º21.69%67.45%-
HSV(B)185º18.95%74.51%-
XYZ40.3946.1355.49-
YUV177.48135.07111.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=29.00%
G=35.22%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541871900.190.0200.2518521.6967.45
Hex9ABBBE132019b91643
Octal23227327623203127126103
Binary100110101011101110111110100111001100110111001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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