#9ABEAF

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

Shades of Skeptic #9ABEAF

Tints of Skeptic #9ABEAF

Color information

#9ABEAF (or 0x9ABEAF) is unknown color: approx Skeptic. HEX triplet: 9A, BE and AF. RGB value is (154,190,175). Sum of RGB (Red+Green+Blue) = 154+190+175=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABEAF is #654150. Grayscale: #B1B1B1. Windows color (decimal): -6635857 or 11517594. OLE color: 11517594.

HSL color Cylindrical-coordinate representation of color #9ABEAF: hue angle of 155º 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 #9ABEAF is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB154190175-
CMYK0.1900.080.25
HSL155º21.69%67.45%-
HSV(B)155º18.95%74.51%-
XYZ39.4846.7947.51-
YUV177.53126.57111.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=29.67%
G=36.61%
B=33.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901750.1900.080.2515521.6967.45
Hex9ABEAF1308199b1643
Octal232276257230103123326103
Binary10011010101111101010111110011010001100110011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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