Html Css Color HEX #9EA1CB Blue Bell

📋 copy color: '#9EA1CB'

red 158 ◦ green 161 ◦ blue 203

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

Shades of Blue Bell #9EA1CB

Tints of Blue Bell #9EA1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.84%

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

R = 30.27%
G = 30.84%
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

#9EA1CB (or 0x9EA1CB) is known color: Blue Bell. HEX triplet: 9E, A1 and CB. RGB value is (158,161,203). Sum of RGB (Red+Green+Blue) = 158+161+203=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 161 (63.28% from 255 or 30.84% 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 #9EA1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1CB is #615E34. Grayscale: #A4A4A4. Windows color (decimal): -6381109 or 13345182. OLE color: 13345182.

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

Color convert

RGB 158 161 203 -
CMYK 0.22 0.21 0 0.20
HSL 236º 0.3% 0.71% -
HSV(B) 236º 0.22% 0.8% -
XYZ 37.62 37.07 61.67 -
YUV 164.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 158 161 203 0.22 0.21 0 0.20 236 0.3 0.71
Hex 9E A1 CB 16 15 0 14 EC 1E 47
Octal 236 241 313 26 25 0 24 354 36 107
Binary 10011110 10100001 11001011 10110 10101 0 10100 11101100 11110 1000111

Color Harmonies of #9EA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA1CB

Black with #9EA1CB

Text Example


Text Example

White with #9EA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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