Html Css Color HEX #969FCC Blue Bell

📋 copy color: '#969FCC'

red 150 ◦ green 159 ◦ blue 204

#969FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #969FCC

Tints of Blue Bell #969FCC

RGB

 RED value IS 150 (58.98% from 255) = 29.24%

 GREEN value IS 159 (62.5% from 255) = 30.99%

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 29.24%
G = 30.99%
B = 39.77%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#969FCC (or 0x969FCC) is known color: Blue Bell. HEX triplet: 96, 9F and CC. RGB value is (150,159,204). Sum of RGB (Red+Green+Blue) = 150+159+204=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #969FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FCC is #696033. Grayscale: #A1A1A1. Windows color (decimal): -6905908 or 13410198. OLE color: 13410198.

HSL color Cylindrical-coordinate representation of color #969FCC: hue angle of 230º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969FCC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 159 204 -
CMYK 0.26 0.22 0 0.2
HSL 230º 0.35% 0.69% -
HSV(B) 230º 0.26% 0.8% -
XYZ 35.87 35.64 62.12 -
YUV 161.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 150 159 204 0.26 0.22 0 0.2 230 0.35 0.69
Hex 96 9F CC 1A 16 0 14 E6 23 45
Octal 226 237 314 32 26 0 24 346 43 105
Binary 10010110 10011111 11001100 11010 10110 0 10100 11100110 100011 1000101

Color Harmonies of #969FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FCC

Black with #969FCC

Text Example


Text Example

White with #969FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #969FCC;
 }
 .AnyTagClassName
 {
   color: #969FCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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