Html Css Color HEX #9FB8BF Casper

📋 copy color: '#9FB8BF'

red 159 ◦ green 184 ◦ blue 191

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

Shades of Casper #9FB8BF

Tints of Casper #9FB8BF

RGB

 RED value IS 159 (62.5% from 255) = 29.78%

 GREEN value IS 184 (72.27% from 255) = 34.46%

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

R = 29.78%
G = 34.46%
B = 35.77%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FB8BF (or 0x9FB8BF) is known color: Casper. HEX triplet: 9F, B8 and BF. RGB value is (159,184,191). Sum of RGB (Red+Green+Blue) = 159+184+191=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB8BF is #604740. Grayscale: #B1B1B1. Windows color (decimal): -6309697 or 12564639. OLE color: 12564639.

HSL color Cylindrical-coordinate representation of color #9FB8BF: hue angle of 193.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FB8BF is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 184 191 -
CMYK 0.17 0.04 0 0.25
HSL 193.13º 0.2% 0.69% -
HSV(B) 193.13º 0.17% 0.75% -
XYZ 40.84 45.41 55.9 -
YUV 177.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 159 184 191 0.17 0.04 0 0.25 193.13 0.2 0.69
Hex 9F B8 BF 11 4 0 19 C1 14 45
Octal 237 270 277 21 4 0 31 301 24 105
Binary 10011111 10111000 10111111 10001 100 0 11001 11000001 10100 1000101

Color Harmonies of #9FB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB8BF

Black with #9FB8BF

Text Example


Text Example

White with #9FB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,184,191); }

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

background-color css

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

 a { background-color: rgb(159,184,191); }

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

border-color css

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

 span { border-color: rgb(159,184,191); }

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