Html Css Color HEX #9DB5BA Casper

📋 copy color: '#9DB5BA'

red 157 ◦ green 181 ◦ blue 186

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

Shades of Casper #9DB5BA

Tints of Casper #9DB5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.54%

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

R = 29.96%
G = 34.54%
B = 35.5%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DB5BA (or 0x9DB5BA) is known color: Casper. HEX triplet: 9D, B5 and BA. RGB value is (157,181,186). Sum of RGB (Red+Green+Blue) = 157+181+186=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5BA is #624A45. Grayscale: #AEAEAE. Windows color (decimal): -6441542 or 12236189. OLE color: 12236189.

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

Color convert

RGB 157 181 186 -
CMYK 0.16 0.03 0 0.27
HSL 190.34º 0.17% 0.67% -
HSV(B) 190.34º 0.16% 0.73% -
XYZ 39.29 43.76 52.83 -
YUV 174.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 157 181 186 0.16 0.03 0 0.27 190.34 0.17 0.67
Hex 9D B5 BA 10 3 0 1B BE 11 43
Octal 235 265 272 20 3 0 33 276 21 103
Binary 10011101 10110101 10111010 10000 11 0 11011 10111110 10001 1000011

Color Harmonies of #9DB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB5BA

Black with #9DB5BA

Text Example


Text Example

White with #9DB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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