Html Css Color HEX #969ACC Blue Bell

📋 copy color: '#969ACC'

red 150 ◦ green 154 ◦ blue 204

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

Shades of Blue Bell #969ACC

Tints of Blue Bell #969ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.31%

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

R = 29.53%
G = 30.31%
B = 40.16%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#969ACC (or 0x969ACC) is known color: Blue Bell. HEX triplet: 96, 9A and CC. RGB value is (150,154,204). Sum of RGB (Red+Green+Blue) = 150+154+204=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #969ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ACC is #696533. Grayscale: #9E9E9E. Windows color (decimal): -6907188 or 13408918. OLE color: 13408918.

HSL color Cylindrical-coordinate representation of color #969ACC: hue angle of 235.56º 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 #969ACC is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 154 204 -
CMYK 0.26 0.25 0 0.2
HSL 235.56º 0.35% 0.69% -
HSV(B) 235.56º 0.26% 0.8% -
XYZ 35.03 33.95 61.83 -
YUV 158.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 150 154 204 0.26 0.25 0 0.2 235.56 0.35 0.69
Hex 96 9A CC 1A 19 0 14 EC 23 45
Octal 226 232 314 32 31 0 24 354 43 105
Binary 10010110 10011010 11001100 11010 11001 0 10100 11101100 100011 1000101

Color Harmonies of #969ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969ACC

Black with #969ACC

Text Example


Text Example

White with #969ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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