Html Css Color HEX #9EA5DC Blue Bell

📋 copy color: '#9EA5DC'

red 158 ◦ green 165 ◦ blue 220

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

Shades of Blue Bell #9EA5DC

Tints of Blue Bell #9EA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.39%

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

R = 29.1%
G = 30.39%
B = 40.52%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EA5DC (or 0x9EA5DC) is known color: Blue Bell. HEX triplet: 9E, A5 and DC. RGB value is (158,165,220). Sum of RGB (Red+Green+Blue) = 158+165+220=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5DC is #615A23. Grayscale: #A8A8A8. Windows color (decimal): -6380068 or 14460318. OLE color: 14460318.

HSL color Cylindrical-coordinate representation of color #9EA5DC: hue angle of 233.23º 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 #9EA5DC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 165 220 -
CMYK 0.28 0.25 0 0.14
HSL 233.23º 0.47% 0.74% -
HSV(B) 233.23º 0.28% 0.86% -
XYZ 40.47 39.35 73.17 -
YUV 169.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 158 165 220 0.28 0.25 0 0.14 233.23 0.47 0.74
Hex 9E A5 DC 1C 19 0 E E9 2F 4A
Octal 236 245 334 34 31 0 16 351 57 112
Binary 10011110 10100101 11011100 11100 11001 0 1110 11101001 101111 1001010

Color Harmonies of #9EA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA5DC

Black with #9EA5DC

Text Example


Text Example

White with #9EA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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