#9ABEC4

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

Shades of Casper #9ABEC4

Tints of Casper #9ABEC4

Color information

#9ABEC4 (or 0x9ABEC4) is unknown color: approx Casper. HEX triplet: 9A, BE and C4. RGB value is (154,190,196). Sum of RGB (Red+Green+Blue) = 154+190+196=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #9ABEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEC4 is #65413B. Grayscale: #B3B3B3. Windows color (decimal): -6635836 or 12893850. OLE color: 12893850.

HSL color Cylindrical-coordinate representation of color #9ABEC4: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9ABEC4 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB154190196-
CMYK0.210.0300.23
HSL188.57º26.25%68.63%-
HSV(B)188.57º21.43%76.86%-
XYZ41.747.6859.23-
YUV179.92137.07109.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.52%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=28.52%
G=35.19%
B=36.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541901960.210.0300.23188.5726.2568.63
Hex9ABEC4153017bd1a45
Octal23227630425302727532105
Binary100110101011111011000100101011101011110111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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