Html Css Color HEX #9DB3BA Casper

📋 copy color: '#9DB3BA'

red 157 ◦ green 179 ◦ blue 186

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

Shades of Casper #9DB3BA

Tints of Casper #9DB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.29%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 30.08%
G = 34.29%
B = 35.63%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DB3BA (or 0x9DB3BA) is known color: Casper. HEX triplet: 9D, B3 and BA. RGB value is (157,179,186). Sum of RGB (Red+Green+Blue) = 157+179+186=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB3BA is #624C45. Grayscale: #ADADAD. Windows color (decimal): -6442054 or 12235677. OLE color: 12235677.

HSL color Cylindrical-coordinate representation of color #9DB3BA: hue angle of 194.48º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB3BA is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 179 186 -
CMYK 0.16 0.04 0 0.27
HSL 194.48º 0.17% 0.67% -
HSV(B) 194.48º 0.16% 0.73% -
XYZ 38.89 42.95 52.7 -
YUV 173.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 157 179 186 0.16 0.04 0 0.27 194.48 0.17 0.67
Hex 9D B3 BA 10 4 0 1B C2 11 43
Octal 235 263 272 20 4 0 33 302 21 103
Binary 10011101 10110011 10111010 10000 100 0 11011 11000010 10001 1000011

Color Harmonies of #9DB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB3BA

Black with #9DB3BA

Text Example


Text Example

White with #9DB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,179,186); }

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

background-color css

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

 a { background-color: rgb(157,179,186); }

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

border-color css

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

 span { border-color: rgb(157,179,186); }

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