#9DA2C9

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

Shades of Blue Bell #9DA2C9

Tints of Blue Bell #9DA2C9

Color information

#9DA2C9 (or 0x9DA2C9) is unknown color: approx Blue Bell. HEX triplet: 9D, A2 and C9. RGB value is (157,162,201). Sum of RGB (Red+Green+Blue) = 157+162+201=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #9DA2C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2C9 is #625D36. Grayscale: #A4A4A4. Windows color (decimal): -6446391 or 13214365. OLE color: 13214365.

HSL color Cylindrical-coordinate representation of color #9DA2C9: hue angle of 233.18º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA2C9 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157162201-
CMYK0.220.1900.21
HSL233.18º28.95%70.2%-
HSV(B)233.18º21.89%78.82%-
XYZ37.3737.2360.47-
YUV164.95148.34122.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=30.19%
G=31.15%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571622010.220.1900.21233.1828.9570.2
Hex9DA2C91613015e91d46
Octal235242311262302535135106
Binary100111011010001011001001101101001101010111101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,162,201); }

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

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

 a { background-color: rgb(157,162,201); }

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

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

 span { border-color: rgb(157,162,201); }

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