Html Css Color HEX #9EA1CC Blue Bell

📋 copy color: '#9EA1CC'

red 158 ◦ green 161 ◦ blue 204

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

Shades of Blue Bell #9EA1CC

Tints of Blue Bell #9EA1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 30.21%
G = 30.78%
B = 39.01%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9EA1CC (or 0x9EA1CC) is known color: Blue Bell. HEX triplet: 9E, A1 and CC. RGB value is (158,161,204). Sum of RGB (Red+Green+Blue) = 158+161+204=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1CC is #615E33. Grayscale: #A4A4A4. Windows color (decimal): -6381108 or 13410718. OLE color: 13410718.

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

Color convert

RGB 158 161 204 -
CMYK 0.23 0.21 0 0.2
HSL 236.09º 0.31% 0.71% -
HSV(B) 236.09º 0.23% 0.8% -
XYZ 37.74 37.12 62.3 -
YUV 165.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 158 161 204 0.23 0.21 0 0.2 236.09 0.31 0.71
Hex 9E A1 CC 17 15 0 14 EC 1F 47
Octal 236 241 314 27 25 0 24 354 37 107
Binary 10011110 10100001 11001100 10111 10101 0 10100 11101100 11111 1000111

Color Harmonies of #9EA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA1CC

Black with #9EA1CC

Text Example


Text Example

White with #9EA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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