Html Css Color HEX #9EA0DD Blue Bell

📋 copy color: '#9EA0DD'

red 158 ◦ green 160 ◦ blue 221

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

Shades of Blue Bell #9EA0DD

Tints of Blue Bell #9EA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 29.31%
G = 29.68%
B = 41%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EA0DD (or 0x9EA0DD) is known color: Blue Bell. HEX triplet: 9E, A0 and DD. RGB value is (158,160,221). Sum of RGB (Red+Green+Blue) = 158+160+221=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0DD is #615F22. Grayscale: #A6A6A6. Windows color (decimal): -6381347 or 14524574. OLE color: 14524574.

HSL color Cylindrical-coordinate representation of color #9EA0DD: hue angle of 238.1º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA0DD is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 160 221 -
CMYK 0.29 0.28 0 0.13
HSL 238.1º 0.48% 0.74% -
HSV(B) 238.1º 0.29% 0.87% -
XYZ 39.72 37.63 73.58 -
YUV 166.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 158 160 221 0.29 0.28 0 0.13 238.1 0.48 0.74
Hex 9E A0 DD 1D 1C 0 D EE 30 4A
Octal 236 240 335 35 34 0 15 356 60 112
Binary 10011110 10100000 11011101 11101 11100 0 1101 11101110 110000 1001010

Color Harmonies of #9EA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA0DD

Black with #9EA0DD

Text Example


Text Example

White with #9EA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,160,221); }

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

background-color css

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

 a { background-color: rgb(158,160,221); }

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

border-color css

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

 span { border-color: rgb(158,160,221); }

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