#969fce

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

Shades of Blue Bell #969FCE

Tints of Blue Bell #969FCE

Color information

#969FCE (or 0x969FCE) is unknown color: approx Blue Bell. HEX triplet: 96, 9F and CE. RGB value is (150,159,206). Sum of RGB (Red+Green+Blue) = 150+159+206=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #969FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FCE is #696031. Grayscale: #A1A1A1. Windows color (decimal): -6905906 or 13541270. OLE color: 13541270.

HSL color Cylindrical-coordinate representation of color #969FCE: hue angle of 230.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #969FCE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150159206-
CMYK0.270.2300.19
HSL230.36º36.36%69.8%-
HSV(B)230.36º27.18%80.78%-
XYZ36.1235.7463.39-
YUV161.67153.02119.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 206 (80.86% from 255) = 40%
R=29.13%
G=30.87%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501592060.270.2300.19230.3636.3669.8
Hex969FCE1B17013e62446
Octal226237316332702334644106
Binary1001011010011111110011101101110111010011111001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,206); }

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

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

 a { background-color: rgb(150,159,206); }

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

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

 span { border-color: rgb(150,159,206); }

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