Html Css Color HEX #9BA3CC Blue Bell

📋 copy color: '#9BA3CC'

red 155 ◦ green 163 ◦ blue 204

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

Shades of Blue Bell #9BA3CC

Tints of Blue Bell #9BA3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.23%

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

R = 29.69%
G = 31.23%
B = 39.08%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BA3CC (or 0x9BA3CC) is known color: Blue Bell. HEX triplet: 9B, A3 and CC. RGB value is (155,163,204). Sum of RGB (Red+Green+Blue) = 155+163+204=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BA3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3CC is #645C33. Grayscale: #A5A5A5. Windows color (decimal): -6577204 or 13411227. OLE color: 13411227.

HSL color Cylindrical-coordinate representation of color #9BA3CC: hue angle of 230.2º 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 #9BA3CC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 163 204 -
CMYK 0.24 0.20 0 0.2
HSL 230.2º 0.32% 0.7% -
HSV(B) 230.2º 0.24% 0.8% -
XYZ 37.51 37.52 62.39 -
YUV 165.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 155 163 204 0.24 0.20 0 0.2 230.2 0.32 0.7
Hex 9B A3 CC 18 14 0 14 E6 20 46
Octal 233 243 314 30 24 0 24 346 40 106
Binary 10011011 10100011 11001100 11000 10100 0 10100 11100110 100000 1000110

Color Harmonies of #9BA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA3CC

Black with #9BA3CC

Text Example


Text Example

White with #9BA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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