Html Css Color HEX #9DB9BF Casper

📋 copy color: '#9DB9BF'

red 157 ◦ green 185 ◦ blue 191

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

Shades of Casper #9DB9BF

Tints of Casper #9DB9BF

RGB

 RED value IS 157 (61.72% from 255) = 29.46%

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

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

R = 29.46%
G = 34.71%
B = 35.83%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DB9BF (or 0x9DB9BF) is known color: Casper. HEX triplet: 9D, B9 and BF. RGB value is (157,185,191). Sum of RGB (Red+Green+Blue) = 157+185+191=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9BF is #624640. Grayscale: #B1B1B1. Windows color (decimal): -6440513 or 12564893. OLE color: 12564893.

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

Color convert

RGB 157 185 191 -
CMYK 0.18 0.03 0 0.25
HSL 190.59º 0.21% 0.68% -
HSV(B) 190.59º 0.18% 0.75% -
XYZ 40.66 45.63 55.95 -
YUV 177.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 157 185 191 0.18 0.03 0 0.25 190.59 0.21 0.68
Hex 9D B9 BF 12 3 0 19 BF 15 44
Octal 235 271 277 22 3 0 31 277 25 104
Binary 10011101 10111001 10111111 10010 11 0 11001 10111111 10101 1000100

Color Harmonies of #9DB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB9BF

Black with #9DB9BF

Text Example


Text Example

White with #9DB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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