#99A0D2

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

Shades of Blue Bell #99A0D2

Tints of Blue Bell #99A0D2

Color information

#99A0D2 (or 0x99A0D2) is unknown color: approx Blue Bell. HEX triplet: 99, A0 and D2. RGB value is (153,160,210). Sum of RGB (Red+Green+Blue) = 153+160+210=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #99A0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0D2 is #665F2D. Grayscale: #A3A3A3. Windows color (decimal): -6709038 or 13803673. OLE color: 13803673.

HSL color Cylindrical-coordinate representation of color #99A0D2: hue angle of 232.63º degrees, saturation: 0.39, 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 #99A0D2 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153160210-
CMYK0.270.2400.18
HSL232.63º38.78%71.18%-
HSV(B)232.63º27.14%82.35%-
XYZ37.3436.5766.06-
YUV163.61154.18120.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=29.25%
G=30.59%
B=40.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531602100.270.2400.18232.6338.7871.18
Hex99A0D21B18012e92747
Octal231240322333002235147107
Binary1001100110100000110100101101111000010010111010011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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