Html Css Color HEX #9EA2DC Blue Bell

📋 copy color: '#9EA2DC'

red 158 ◦ green 162 ◦ blue 220

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

Shades of Blue Bell #9EA2DC

Tints of Blue Bell #9EA2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 29.26%
G = 30%
B = 40.74%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EA2DC (or 0x9EA2DC) is known color: Blue Bell. HEX triplet: 9E, A2 and DC. RGB value is (158,162,220). Sum of RGB (Red+Green+Blue) = 158+162+220=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2DC is #615D23. Grayscale: #A7A7A7. Windows color (decimal): -6380836 or 14459550. OLE color: 14459550.

HSL color Cylindrical-coordinate representation of color #9EA2DC: hue angle of 236.13º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EA2DC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 162 220 -
CMYK 0.28 0.26 0 0.14
HSL 236.13º 0.47% 0.74% -
HSV(B) 236.13º 0.28% 0.86% -
XYZ 39.94 38.28 72.99 -
YUV 167.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 158 162 220 0.28 0.26 0 0.14 236.13 0.47 0.74
Hex 9E A2 DC 1C 1A 0 E EC 2F 4A
Octal 236 242 334 34 32 0 16 354 57 112
Binary 10011110 10100010 11011100 11100 11010 0 1110 11101100 101111 1001010

Color Harmonies of #9EA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA2DC

Black with #9EA2DC

Text Example


Text Example

White with #9EA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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