Html Css Color HEX #9EB9C0 Casper

📋 copy color: '#9EB9C0'

red 158 ◦ green 185 ◦ blue 192

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

Shades of Casper #9EB9C0

Tints of Casper #9EB9C0

RGB

 RED value IS 158 (62.11% from 255) = 29.53%

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

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 29.53%
G = 34.58%
B = 35.89%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9EB9C0 (or 0x9EB9C0) is known color: Casper. HEX triplet: 9E, B9 and C0. RGB value is (158,185,192). Sum of RGB (Red+Green+Blue) = 158+185+192=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #9EB9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB9C0 is #61463F. Grayscale: #B1B1B1. Windows color (decimal): -6374976 or 12630430. OLE color: 12630430.

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

Color convert

RGB 158 185 192 -
CMYK 0.18 0.04 0 0.25
HSL 192.35º 0.21% 0.69% -
HSV(B) 192.35º 0.18% 0.75% -
XYZ 40.96 45.77 56.55 -
YUV 177.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 158 185 192 0.18 0.04 0 0.25 192.35 0.21 0.69
Hex 9E B9 C0 12 4 0 19 C0 15 45
Octal 236 271 300 22 4 0 31 300 25 105
Binary 10011110 10111001 11000000 10010 100 0 11001 11000000 10101 1000101

Color Harmonies of #9EB9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB9C0

Black with #9EB9C0

Text Example


Text Example

White with #9EB9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,185,192); }

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

background-color css

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

 a { background-color: rgb(158,185,192); }

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

border-color css

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

 span { border-color: rgb(158,185,192); }

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