#999AD4

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

Shades of Blue Bell #999AD4

Tints of Blue Bell #999AD4

Color information

#999AD4 (or 0x999AD4) is unknown color: approx Blue Bell. HEX triplet: 99, 9A and D4. RGB value is (153,154,212). Sum of RGB (Red+Green+Blue) = 153+154+212=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #999AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AD4 is #66652B. Grayscale: #A0A0A0. Windows color (decimal): -6710572 or 13933209. OLE color: 13933209.

HSL color Cylindrical-coordinate representation of color #999AD4: hue angle of 238.98º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #999AD4 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB153154212-
CMYK0.280.2700.17
HSL238.98º40.69%71.57%-
HSV(B)238.98º27.83%83.14%-
XYZ36.5834.6467.05-
YUV160.31157.17122.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=29.48%
G=29.67%
B=40.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1531542120.280.2700.17238.9840.6971.57
Hex999AD41C1B011ef2948
Octal231232324343302135751110
Binary1001100110011010110101001110011011010001111011111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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