#9999D4

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

Shades of Blue Bell #9999D4

Tints of Blue Bell #9999D4

Color information

#9999D4 (or 0x9999D4) is unknown color: approx Blue Bell. HEX triplet: 99, 99 and D4. RGB value is (153,153,212). Sum of RGB (Red+Green+Blue) = 153+153+212=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #9999D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999D4 is #66662B. Grayscale: #9F9F9F. Windows color (decimal): -6710828 or 13932953. OLE color: 13932953.

HSL color Cylindrical-coordinate representation of color #9999D4: hue angle of 240º 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 #9999D4 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB153153212-
CMYK0.280.2800.17
HSL240º40.69%71.57%-
HSV(B)240º27.83%83.14%-
XYZ36.4134.3166.99-
YUV159.73157.5123.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 212 (83.20% from 255) = 40.93%
R=29.54%
G=29.54%
B=40.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1531532120.280.2800.1724040.6971.57
Hex9999D41C1C011f02948
Octal231231324343402136051110
Binary1001100110011001110101001110011100010001111100001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9999D4; }

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

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

<style>
 a { background-color: #9999D4; }

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

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

<style>
 span { border-color: #9999D4; }

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

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