Html Css Color HEX #9AB9BF Casper

📋 copy color: '#9AB9BF'

red 154 ◦ green 185 ◦ blue 191

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

Shades of Casper #9AB9BF

Tints of Casper #9AB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 191 (75% from 255) = 36.04%

R = 29.06%
G = 34.91%
B = 36.04%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9AB9BF (or 0x9AB9BF) is known color: Casper. HEX triplet: 9A, B9 and BF. RGB value is (154,185,191). Sum of RGB (Red+Green+Blue) = 154+185+191=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9BF is #654640. Grayscale: #B0B0B0. Windows color (decimal): -6637121 or 12564890. OLE color: 12564890.

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

Color convert

RGB 154 185 191 -
CMYK 0.19 0.03 0 0.25
HSL 189.73º 0.22% 0.68% -
HSV(B) 189.73º 0.19% 0.75% -
XYZ 40.08 45.33 55.93 -
YUV 176.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 154 185 191 0.19 0.03 0 0.25 189.73 0.22 0.68
Hex 9A B9 BF 13 3 0 19 BE 16 44
Octal 232 271 277 23 3 0 31 276 26 104
Binary 10011010 10111001 10111111 10011 11 0 11001 10111110 10110 1000100

Color Harmonies of #9AB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9BF

Black with #9AB9BF

Text Example


Text Example

White with #9AB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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