Html Css Color HEX #9FA3CC Blue Bell

📋 copy color: '#9FA3CC'

red 159 ◦ green 163 ◦ blue 204

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

Shades of Blue Bell #9FA3CC

Tints of Blue Bell #9FA3CC

RGB

 RED value IS 159 (62.5% from 255) = 30.23%

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

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

R = 30.23%
G = 30.99%
B = 38.78%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9FA3CC (or 0x9FA3CC) is known color: Blue Bell. HEX triplet: 9F, A3 and CC. RGB value is (159,163,204). Sum of RGB (Red+Green+Blue) = 159+163+204=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FA3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3CC is #605C33. Grayscale: #A6A6A6. Windows color (decimal): -6315060 or 13411231. OLE color: 13411231.

HSL color Cylindrical-coordinate representation of color #9FA3CC: hue angle of 234.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA3CC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 163 204 -
CMYK 0.22 0.20 0 0.2
HSL 234.67º 0.31% 0.71% -
HSV(B) 234.67º 0.22% 0.8% -
XYZ 38.29 37.92 62.43 -
YUV 166.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 159 163 204 0.22 0.20 0 0.2 234.67 0.31 0.71
Hex 9F A3 CC 16 14 0 14 EB 1F 47
Octal 237 243 314 26 24 0 24 353 37 107
Binary 10011111 10100011 11001100 10110 10100 0 10100 11101011 11111 1000111

Color Harmonies of #9FA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA3CC

Black with #9FA3CC

Text Example


Text Example

White with #9FA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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