#9DA2CA

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

Shades of Blue Bell #9DA2CA

Tints of Blue Bell #9DA2CA

Color information

#9DA2CA (or 0x9DA2CA) is unknown color: approx Blue Bell. HEX triplet: 9D, A2 and CA. RGB value is (157,162,202). Sum of RGB (Red+Green+Blue) = 157+162+202=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2CA is #625D35. Grayscale: #A4A4A4. Windows color (decimal): -6446390 or 13279901. OLE color: 13279901.

HSL color Cylindrical-coordinate representation of color #9DA2CA: hue angle of 233.33º degrees, saturation: 0.3, 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 #9DA2CA is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157162202-
CMYK0.220.2000.21
HSL233.33º29.8%70.39%-
HSV(B)233.33º22.28%79.22%-
XYZ37.4937.2761.1-
YUV165.06148.84122.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.13%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=30.13%
G=31.09%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571622020.220.2000.21233.3329.870.39
Hex9DA2CA1614015e91e46
Octal235242312262402535136106
Binary100111011010001011001010101101010001010111101001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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