Html Css Color HEX #9FA0CB Blue Bell

📋 copy color: '#9FA0CB'

red 159 ◦ green 160 ◦ blue 203

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

Shades of Blue Bell #9FA0CB

Tints of Blue Bell #9FA0CB

RGB

 RED value IS 159 (62.5% from 255) = 30.46%

 GREEN value IS 160 (62.89% from 255) = 30.65%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 30.46%
G = 30.65%
B = 38.89%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FA0CB (or 0x9FA0CB) is known color: Blue Bell. HEX triplet: 9F, A0 and CB. RGB value is (159,160,203). Sum of RGB (Red+Green+Blue) = 159+160+203=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0CB is #605F34. Grayscale: #A4A4A4. Windows color (decimal): -6315829 or 13344927. OLE color: 13344927.

HSL color Cylindrical-coordinate representation of color #9FA0CB: hue angle of 238.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA0CB is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 160 203 -
CMYK 0.22 0.21 0 0.20
HSL 238.64º 0.3% 0.71% -
HSV(B) 238.64º 0.22% 0.8% -
XYZ 37.65 36.82 61.62 -
YUV 164.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 159 160 203 0.22 0.21 0 0.20 238.64 0.3 0.71
Hex 9F A0 CB 16 15 0 14 EF 1E 47
Octal 237 240 313 26 25 0 24 357 36 107
Binary 10011111 10100000 11001011 10110 10101 0 10100 11101111 11110 1000111

Color Harmonies of #9FA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA0CB

Black with #9FA0CB

Text Example


Text Example

White with #9FA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,160,203); }

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

background-color css

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

 a { background-color: rgb(159,160,203); }

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

border-color css

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

 span { border-color: rgb(159,160,203); }

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