Html Css Color HEX #959DD0 Blue Bell

📋 copy color: '#959DD0'

red 149 ◦ green 157 ◦ blue 208

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

Shades of Blue Bell #959DD0

Tints of Blue Bell #959DD0

RGB

 RED value IS 149 (58.59% from 255) = 28.99%

 GREEN value IS 157 (61.72% from 255) = 30.54%

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 28.99%
G = 30.54%
B = 40.47%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#959DD0 (or 0x959DD0) is known color: Blue Bell. HEX triplet: 95, 9D and D0. RGB value is (149,157,208). Sum of RGB (Red+Green+Blue) = 149+157+208=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #959DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DD0 is #6A622F. Grayscale: #A0A0A0. Windows color (decimal): -6971952 or 13671829. OLE color: 13671829.

HSL color Cylindrical-coordinate representation of color #959DD0: hue angle of 231.86º degrees, saturation: 0.39, 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 #959DD0 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 157 208 -
CMYK 0.28 0.25 0 0.18
HSL 231.86º 0.39% 0.7% -
HSV(B) 231.86º 0.28% 0.82% -
XYZ 35.84 35.06 64.55 -
YUV 160.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 149 157 208 0.28 0.25 0 0.18 231.86 0.39 0.7
Hex 95 9D D0 1C 19 0 12 E8 27 46
Octal 225 235 320 34 31 0 22 350 47 106
Binary 10010101 10011101 11010000 11100 11001 0 10010 11101000 100111 1000110

Color Harmonies of #959DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DD0

Black with #959DD0

Text Example


Text Example

White with #959DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #959DD0;
 }
 .AnyTagClassName
 {
   color: #959DD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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