Html Css Color HEX #9EA2CE Blue Bell

📋 copy color: '#9EA2CE'

red 158 ◦ green 162 ◦ blue 206

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

Shades of Blue Bell #9EA2CE

Tints of Blue Bell #9EA2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.8%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 30.04%
G = 30.8%
B = 39.16%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9EA2CE (or 0x9EA2CE) is known color: Blue Bell. HEX triplet: 9E, A2 and CE. RGB value is (158,162,206). Sum of RGB (Red+Green+Blue) = 158+162+206=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #9EA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2CE is #615D31. Grayscale: #A5A5A5. Windows color (decimal): -6380850 or 13542046. OLE color: 13542046.

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

Color convert

RGB 158 162 206 -
CMYK 0.23 0.21 0 0.19
HSL 235º 0.33% 0.71% -
HSV(B) 235º 0.23% 0.81% -
XYZ 38.16 37.57 63.63 -
YUV 165.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 158 162 206 0.23 0.21 0 0.19 235 0.33 0.71
Hex 9E A2 CE 17 15 0 13 EB 21 47
Octal 236 242 316 27 25 0 23 353 41 107
Binary 10011110 10100010 11001110 10111 10101 0 10011 11101011 100001 1000111

Color Harmonies of #9EA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA2CE

Black with #9EA2CE

Text Example


Text Example

White with #9EA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,162,206); }

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

background-color css

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

 a { background-color: rgb(158,162,206); }

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

border-color css

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

 span { border-color: rgb(158,162,206); }

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