#969DD0

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

Shades of Blue Bell #969DD0

Tints of Blue Bell #969DD0

Color information

#969DD0 (or 0x969DD0) is unknown color: approx Blue Bell. HEX triplet: 96, 9D and D0. RGB value is (150,157,208). Sum of RGB (Red+Green+Blue) = 150+157+208=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #969DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DD0 is #69622F. Grayscale: #A0A0A0. Windows color (decimal): -6906416 or 13671830. OLE color: 13671830.

HSL color Cylindrical-coordinate representation of color #969DD0: hue angle of 232.76º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #969DD0 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150157208-
CMYK0.280.2500.18
HSL232.76º38.16%70.2%-
HSV(B)232.76º27.88%81.57%-
XYZ36.0235.1564.56-
YUV160.72154.68120.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=29.13%
G=30.49%
B=40.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501572080.280.2500.18232.7638.1670.2
Hex969DD01C19012e92646
Octal226235320343102235146106
Binary1001011010011101110100001110011001010010111010011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969DD0; }

 p { color: rgb(150,157,208); }

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

<style>
 a { background-color: #969DD0; }

 a { background-color: rgb(150,157,208); }

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

<style>
 span { border-color: #969DD0; }

 span { border-color: rgb(150,157,208); }

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