#9DA0DE

Color #9DA0DE Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9DA0DE

Tints of Blue Bell #9DA0DE

Color information

#9DA0DE (or 0x9DA0DE) is unknown color: approx Blue Bell. HEX triplet: 9D, A0 and DE. RGB value is (157,160,222). Sum of RGB (Red+Green+Blue) = 157+160+222=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DA0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA0DE is #625F21. Grayscale: #A5A5A5. Windows color (decimal): -6446882 or 14590109. OLE color: 14590109.

HSL color Cylindrical-coordinate representation of color #9DA0DE: hue angle of 237.23º degrees, saturation: 0.5, 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 #9DA0DE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157160222-
CMYK0.290.2800.13
HSL237.23º49.62%74.31%-
HSV(B)237.23º29.28%87.06%-
XYZ39.6637.5874.27-
YUV166.17159.51121.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=29.13%
G=29.68%
B=41.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571602220.290.2800.13237.2349.6274.31
Hex9DA0DE1D1C0Ded324a
Octal235240336353401535562112
Binary100111011010000011011110111011110001101111011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,160,222); }

 H1.HeaderClassName
 {
   color: #9DA0DE;
 }
 .AnyTagClassName
 {
   color: #9DA0DE;
 }
</style>
background-color css

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

 a { background-color: rgb(157,160,222); }

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

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

 span { border-color: rgb(157,160,222); }

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