Html Css Color HEX #9CA0CC Blue Bell

📋 copy color: '#9CA0CC'

red 156 ◦ green 160 ◦ blue 204

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

Shades of Blue Bell #9CA0CC

Tints of Blue Bell #9CA0CC

RGB

 RED value IS 156 (61.33% from 255) = 30%

 GREEN value IS 160 (62.89% from 255) = 30.77%

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

R = 30%
G = 30.77%
B = 39.23%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9CA0CC (or 0x9CA0CC) is known color: Blue Bell. HEX triplet: 9C, A0 and CC. RGB value is (156,160,204). Sum of RGB (Red+Green+Blue) = 156+160+204=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 160 (62.89% from 255 or 30.77% 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 #9CA0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0CC is #635F33. Grayscale: #A3A3A3. Windows color (decimal): -6512436 or 13410460. OLE color: 13410460.

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

Color convert

RGB 156 160 204 -
CMYK 0.24 0.22 0 0.2
HSL 235º 0.32% 0.71% -
HSV(B) 235º 0.24% 0.8% -
XYZ 37.18 36.57 62.23 -
YUV 163.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 156 160 204 0.24 0.22 0 0.2 235 0.32 0.71
Hex 9C A0 CC 18 16 0 14 EB 20 47
Octal 234 240 314 30 26 0 24 353 40 107
Binary 10011100 10100000 11001100 11000 10110 0 10100 11101011 100000 1000111

Color Harmonies of #9CA0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA0CC

Black with #9CA0CC

Text Example


Text Example

White with #9CA0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,160,204); }

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

background-color css

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

 a { background-color: rgb(156,160,204); }

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

border-color css

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

 span { border-color: rgb(156,160,204); }

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