#9DA1CB

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

Shades of Blue Bell #9DA1CB

Tints of Blue Bell #9DA1CB

Color information

#9DA1CB (or 0x9DA1CB) is unknown color: approx Blue Bell. HEX triplet: 9D, A1 and CB. RGB value is (157,161,203). Sum of RGB (Red+Green+Blue) = 157+161+203=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DA1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA1CB is #625E34. Grayscale: #A4A4A4. Windows color (decimal): -6446645 or 13345181. OLE color: 13345181.

HSL color Cylindrical-coordinate representation of color #9DA1CB: hue angle of 234.78º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA1CB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157161203-
CMYK0.230.2100.20
HSL234.78º30.67%70.59%-
HSV(B)234.78º22.66%79.61%-
XYZ37.4336.9761.66-
YUV164.59149.67122.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.13%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=30.13%
G=30.90%
B=38.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571612030.230.2100.20234.7830.6770.59
Hex9DA1CB1715014eb1f47
Octal235241313272502435337107
Binary100111011010000111001011101111010101010011101011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,161,203); }

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

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

 a { background-color: rgb(157,161,203); }

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

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

 span { border-color: rgb(157,161,203); }

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