#99A0CC

Color #99A0CC Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #99A0CC

Tints of Blue Bell #99A0CC

Color information

#99A0CC (or 0x99A0CC) is unknown color: approx Blue Bell. HEX triplet: 99, A0 and CC. RGB value is (153,160,204). Sum of RGB (Red+Green+Blue) = 153+160+204=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #99A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0CC is #665F33. Grayscale: #A2A2A2. Windows color (decimal): -6709044 or 13410457. OLE color: 13410457.

HSL color Cylindrical-coordinate representation of color #99A0CC: hue angle of 231.76º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A0CC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153160204-
CMYK0.250.2200.2
HSL231.76º33.33%70%-
HSV(B)231.76º25%80%-
XYZ36.6136.2762.2-
YUV162.92151.18120.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=29.59%
G=30.95%
B=39.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531602040.250.2200.2231.7633.3370
Hex99A0CC1916014e82146
Octal231240314312602435041106
Binary1001100110100000110011001100110110010100111010001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A0CC; }

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

 H1.HeaderClassName
 {
   color: #99A0CC;
 }
 .AnyTagClassName
 {
   color: #99A0CC;
 }
</style>
background-color css

<style>
 a { background-color: #99A0CC; }

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

 div.DivClassName
 {
   background-color: #99A0CC;
 }
 .BgClassName
 {
   background-color: #99A0CC;
 }
</style>
border-color css

<style>
 span { border-color: #99A0CC; }

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

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