Html Css Color HEX #9BA1CC Blue Bell

📋 copy color: '#9BA1CC'

red 155 ◦ green 161 ◦ blue 204

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

Shades of Blue Bell #9BA1CC

Tints of Blue Bell #9BA1CC

RGB

 RED value IS 155 (60.94% from 255) = 29.81%

 GREEN value IS 161 (63.28% from 255) = 30.96%

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

R = 29.81%
G = 30.96%
B = 39.23%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BA1CC (or 0x9BA1CC) is known color: Blue Bell. HEX triplet: 9B, A1 and CC. RGB value is (155,161,204). Sum of RGB (Red+Green+Blue) = 155+161+204=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1CC is #645E33. Grayscale: #A3A3A3. Windows color (decimal): -6577716 or 13410715. OLE color: 13410715.

HSL color Cylindrical-coordinate representation of color #9BA1CC: hue angle of 232.65º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA1CC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 161 204 -
CMYK 0.24 0.21 0 0.2
HSL 232.65º 0.32% 0.7% -
HSV(B) 232.65º 0.24% 0.8% -
XYZ 37.16 36.82 62.27 -
YUV 164.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 155 161 204 0.24 0.21 0 0.2 232.65 0.32 0.7
Hex 9B A1 CC 18 15 0 14 E9 20 46
Octal 233 241 314 30 25 0 24 351 40 106
Binary 10011011 10100001 11001100 11000 10101 0 10100 11101001 100000 1000110

Color Harmonies of #9BA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA1CC

Black with #9BA1CC

Text Example


Text Example

White with #9BA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA1CC; }

 p { color: rgb(155,161,204); }

 H1.HeaderClassName
 {
   color: #9BA1CC;
 }
 .AnyTagClassName
 {
   color: #9BA1CC;
 }
</style>

background-color css

<style>
 a { background-color: #9BA1CC; }

 a { background-color: rgb(155,161,204); }

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

border-color css

<style>
 span { border-color: #9BA1CC; }

 span { border-color: rgb(155,161,204); }

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