Html Css Color HEX #959ACB Blue Bell

📋 copy color: '#959ACB'

red 149 ◦ green 154 ◦ blue 203

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

Shades of Blue Bell #959ACB

Tints of Blue Bell #959ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 29.45%
G = 30.43%
B = 40.12%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#959ACB (or 0x959ACB) is known color: Blue Bell. HEX triplet: 95, 9A and CB. RGB value is (149,154,203). Sum of RGB (Red+Green+Blue) = 149+154+203=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #959ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ACB is #6A6534. Grayscale: #9D9D9D. Windows color (decimal): -6972725 or 13343381. OLE color: 13343381.

HSL color Cylindrical-coordinate representation of color #959ACB: hue angle of 234.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959ACB is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 154 203 -
CMYK 0.27 0.24 0 0.20
HSL 234.44º 0.34% 0.69% -
HSV(B) 234.44º 0.27% 0.8% -
XYZ 34.73 33.81 61.2 -
YUV 158.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 149 154 203 0.27 0.24 0 0.20 234.44 0.34 0.69
Hex 95 9A CB 1B 18 0 14 EA 22 45
Octal 225 232 313 33 30 0 24 352 42 105
Binary 10010101 10011010 11001011 11011 11000 0 10100 11101010 100010 1000101

Color Harmonies of #959ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ACB

Black with #959ACB

Text Example


Text Example

White with #959ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,154,203); }

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

background-color css

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

 a { background-color: rgb(149,154,203); }

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

border-color css

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

 span { border-color: rgb(149,154,203); }

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