#99A0D1

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

Shades of Blue Bell #99A0D1

Tints of Blue Bell #99A0D1

Color information

#99A0D1 (or 0x99A0D1) is unknown color: approx Blue Bell. HEX triplet: 99, A0 and D1. RGB value is (153,160,209). Sum of RGB (Red+Green+Blue) = 153+160+209=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #99A0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0D1 is #665F2E. Grayscale: #A3A3A3. Windows color (decimal): -6709039 or 13738137. OLE color: 13738137.

HSL color Cylindrical-coordinate representation of color #99A0D1: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99A0D1 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153160209-
CMYK0.270.2300.18
HSL232.5º37.84%70.98%-
HSV(B)232.5º26.79%81.96%-
XYZ37.2236.5265.41-
YUV163.49153.68120.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=29.31%
G=30.65%
B=40.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531602090.270.2300.18232.537.8470.98
Hex99A0D11B17012e82647
Octal231240321332702235046107
Binary1001100110100000110100011101110111010010111010001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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