#999ADF

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

Shades of Blue Bell #999ADF

Tints of Blue Bell #999ADF

Color information

#999ADF (or 0x999ADF) is unknown color: approx Blue Bell. HEX triplet: 99, 9A and DF. RGB value is (153,154,223). Sum of RGB (Red+Green+Blue) = 153+154+223=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #999ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ADF is #666520. Grayscale: #A1A1A1. Windows color (decimal): -6710561 or 14654105. OLE color: 14654105.

HSL color Cylindrical-coordinate representation of color #999ADF: hue angle of 239.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999ADF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153154223-
CMYK0.310.3100.13
HSL239.14º52.24%73.73%-
HSV(B)239.14º31.39%87.45%-
XYZ38.0135.2174.61-
YUV161.57162.67121.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.87%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=28.87%
G=29.06%
B=42.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531542230.310.3100.13239.1452.2473.73
Hex999ADF1F1F0Def344a
Octal231232337373701535764112
Binary100110011001101011011111111111111101101111011111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999ADF; }

 p { color: rgb(153,154,223); }

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

<style>
 a { background-color: #999ADF; }

 a { background-color: rgb(153,154,223); }

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

<style>
 span { border-color: #999ADF; }

 span { border-color: rgb(153,154,223); }

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