Html Css Color HEX #969FCE Blue Bell

📋 copy color: '#969FCE'

red 150 ◦ green 159 ◦ blue 206

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

Shades of Blue Bell #969FCE

Tints of Blue Bell #969FCE

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 value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#969FCE (or 0x969FCE) is known color: 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

RGB 150 159 206 -
CMYK 0.27 0.23 0 0.19
HSL 230.36º 0.36% 0.7% -
HSV(B) 230.36º 0.27% 0.81% -
XYZ 36.12 35.74 63.39 -
YUV 161.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 150 159 206 0.27 0.23 0 0.19 230.36 0.36 0.7
Hex 96 9F CE 1B 17 0 13 E6 24 46
Octal 226 237 316 33 27 0 23 346 44 106
Binary 10010110 10011111 11001110 11011 10111 0 10011 11100110 100100 1000110

Color Harmonies of #969FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FCE

Black with #969FCE

Text Example


Text Example

White with #969FCE

Text Example


Text Example

HTML Codes & Css Web 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>