Shades of Casper #9ABDC3
Tints of Casper #9ABDC3
RGB
CMYK
RGB Variations
Color information
#9ABDC3 (or 0x9ABDC3) is known color: 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
| RGB | 154 | 189 | 195 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.24 |
| HSL | 188.78º | 0.25% | 0.68% | - |
| HSV(B) | 188.78º | 0.21% | 0.76% | - |
| XYZ | 41.37 | 47.21 | 58.56 | - |
| YUV | 179.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 195 | 0.21 | 0.03 | 0 | 0.24 | 188.78 | 0.25 | 0.68 |
| Hex | 9A | BD | C3 | 15 | 3 | 0 | 18 | BD | 19 | 44 |
| Octal | 232 | 275 | 303 | 25 | 3 | 0 | 30 | 275 | 31 | 104 |
| Binary | 10011010 | 10111101 | 11000011 | 10101 | 11 | 0 | 11000 | 10111101 | 11001 | 1000100 |
Color Harmonies of #9ABDC3
Complementary color
Monochromatic Colors of #9ABDC3
Black with #9ABDC3
Text Example
Text Example
White with #9ABDC3
Text Example
Text Example
HTML Codes & Css Web 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>