Html Css Color HEX #9DB6BF Casper

📋 copy color: '#9DB6BF'

red 157 ◦ green 182 ◦ blue 191

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

Shades of Casper #9DB6BF

Tints of Casper #9DB6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.34%

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

R = 29.62%
G = 34.34%
B = 36.04%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DB6BF (or 0x9DB6BF) is known color: Casper. HEX triplet: 9D, B6 and BF. RGB value is (157,182,191). Sum of RGB (Red+Green+Blue) = 157+182+191=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 182 (71.48% from 255 or 34.34% 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 #9DB6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6BF is #624940. Grayscale: #AFAFAF. Windows color (decimal): -6441281 or 12564125. OLE color: 12564125.

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

Color convert

RGB 157 182 191 -
CMYK 0.18 0.05 0 0.25
HSL 195.88º 0.21% 0.68% -
HSV(B) 195.88º 0.18% 0.75% -
XYZ 40.04 44.39 55.75 -
YUV 175.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 157 182 191 0.18 0.05 0 0.25 195.88 0.21 0.68
Hex 9D B6 BF 12 5 0 19 C4 15 44
Octal 235 266 277 22 5 0 31 304 25 104
Binary 10011101 10110110 10111111 10010 101 0 11001 11000100 10101 1000100

Color Harmonies of #9DB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB6BF

Black with #9DB6BF

Text Example


Text Example

White with #9DB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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