Html Css Color HEX #9DB9C1 Casper

📋 copy color: '#9DB9C1'

red 157 ◦ green 185 ◦ blue 193

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

Shades of Casper #9DB9C1

Tints of Casper #9DB9C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.07%

R = 29.35%
G = 34.58%
B = 36.07%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9DB9C1 (or 0x9DB9C1) is known color: Casper. HEX triplet: 9D, B9 and C1. RGB value is (157,185,193). Sum of RGB (Red+Green+Blue) = 157+185+193=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DB9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9C1 is #62463E. Grayscale: #B1B1B1. Windows color (decimal): -6440511 or 12695965. OLE color: 12695965.

HSL color Cylindrical-coordinate representation of color #9DB9C1: hue angle of 193.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DB9C1 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 185 193 -
CMYK 0.19 0.04 0 0.24
HSL 193.33º 0.23% 0.69% -
HSV(B) 193.33º 0.19% 0.76% -
XYZ 40.88 45.72 57.12 -
YUV 177.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 157 185 193 0.19 0.04 0 0.24 193.33 0.23 0.69
Hex 9D B9 C1 13 4 0 18 C1 16 45
Octal 235 271 301 23 4 0 30 301 26 105
Binary 10011101 10111001 11000001 10011 100 0 11000 11000001 10110 1000101

Color Harmonies of #9DB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB9C1

Black with #9DB9C1

Text Example


Text Example

White with #9DB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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