Html Css Color HEX #9ABFB0 Skeptic

📋 copy color: '#9ABFB0'

red 154 ◦ green 191 ◦ blue 176

#9ABFB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #9ABFB0

Tints of Skeptic #9ABFB0

RGB

 RED value IS 154 (60.55% from 255) = 29.56%

 GREEN value IS 191 (75% from 255) = 36.66%

 BLUE value IS 176 (69.14% from 255) = 33.78%

R = 29.56%
G = 36.66%
B = 33.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#9ABFB0 (or 0x9ABFB0) is known color: Skeptic. HEX triplet: 9A, BF and B0. RGB value is (154,191,176). Sum of RGB (Red+Green+Blue) = 154+191+176=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABFB0 is #65404F. Grayscale: #B2B2B2. Windows color (decimal): -6635600 or 11583386. OLE color: 11583386.

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

Color convert

RGB 154 191 176 -
CMYK 0.19 0 0.08 0.25
HSL 155.68º 0.22% 0.68% -
HSV(B) 155.68º 0.19% 0.75% -
XYZ 39.79 47.27 48.1 -
YUV 178.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 154 191 176 0.19 0 0.08 0.25 155.68 0.22 0.68
Hex 9A BF B0 13 0 8 19 9C 16 44
Octal 232 277 260 23 0 10 31 234 26 104
Binary 10011010 10111111 10110000 10011 0 1000 11001 10011100 10110 1000100

Color Harmonies of #9ABFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFB0

Black with #9ABFB0

Text Example


Text Example

White with #9ABFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,176); }

 H1.HeaderClassName
 {
   color: #9ABFB0;
 }
 .AnyTagClassName
 {
   color: #9ABFB0;
 }
</style>

background-color css

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

 a { background-color: rgb(154,191,176); }

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

border-color css

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

 span { border-color: rgb(154,191,176); }

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