#9DA2CC

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

Shades of Blue Bell #9DA2CC

Tints of Blue Bell #9DA2CC

Color information

#9DA2CC (or 0x9DA2CC) is unknown color: approx Blue Bell. HEX triplet: 9D, A2 and CC. RGB value is (157,162,204). Sum of RGB (Red+Green+Blue) = 157+162+204=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2CC is #625D33. Grayscale: #A5A5A5. Windows color (decimal): -6446388 or 13410973. OLE color: 13410973.

HSL color Cylindrical-coordinate representation of color #9DA2CC: hue angle of 233.62º degrees, saturation: 0.32, 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 #9DA2CC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157162204-
CMYK0.230.2100.2
HSL233.62º31.54%70.78%-
HSV(B)233.62º23.04%80%-
XYZ37.7237.3762.35-
YUV165.29149.84122.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=30.02%
G=30.98%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571622040.230.2100.2233.6231.5470.78
Hex9DA2CC1715014ea2047
Octal235242314272502435240107
Binary1001110110100010110011001011110101010100111010101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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