Html Css Color HEX #9EA3CB Blue Bell

📋 copy color: '#9EA3CB'

red 158 ◦ green 163 ◦ blue 203

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

Shades of Blue Bell #9EA3CB

Tints of Blue Bell #9EA3CB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.11%

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

R = 30.15%
G = 31.11%
B = 38.74%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EA3CB (or 0x9EA3CB) is known color: Blue Bell. HEX triplet: 9E, A3 and CB. RGB value is (158,163,203). Sum of RGB (Red+Green+Blue) = 158+163+203=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3CB is #615C34. Grayscale: #A5A5A5. Windows color (decimal): -6380597 or 13345694. OLE color: 13345694.

HSL color Cylindrical-coordinate representation of color #9EA3CB: hue angle of 233.33º 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 #9EA3CB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 163 203 -
CMYK 0.22 0.20 0 0.20
HSL 233.33º 0.3% 0.71% -
HSV(B) 233.33º 0.22% 0.8% -
XYZ 37.98 37.78 61.79 -
YUV 166.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 158 163 203 0.22 0.20 0 0.20 233.33 0.3 0.71
Hex 9E A3 CB 16 14 0 14 E9 1E 47
Octal 236 243 313 26 24 0 24 351 36 107
Binary 10011110 10100011 11001011 10110 10100 0 10100 11101001 11110 1000111

Color Harmonies of #9EA3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA3CB

Black with #9EA3CB

Text Example


Text Example

White with #9EA3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,163,203); }

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

background-color css

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

 a { background-color: rgb(158,163,203); }

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

border-color css

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

 span { border-color: rgb(158,163,203); }

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