#999CDE

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

Shades of Blue Bell #999CDE

Tints of Blue Bell #999CDE

Color information

#999CDE (or 0x999CDE) is unknown color: approx Blue Bell. HEX triplet: 99, 9C and DE. RGB value is (153,156,222). Sum of RGB (Red+Green+Blue) = 153+156+222=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #999CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CDE is #666321. Grayscale: #A2A2A2. Windows color (decimal): -6710050 or 14589081. OLE color: 14589081.

HSL color Cylindrical-coordinate representation of color #999CDE: hue angle of 237.39º degrees, saturation: 0.51, 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 #999CDE is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153156222-
CMYK0.310.3000.13
HSL237.39º51.11%73.53%-
HSV(B)237.39º31.08%87.06%-
XYZ38.2135.8274.01-
YUV162.63161.51121.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.81%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=28.81%
G=29.38%
B=41.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531562220.310.3000.13237.3951.1173.53
Hex999CDE1F1E0Ded334a
Octal231234336373601535563112
Binary100110011001110011011110111111111001101111011011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,222); }

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

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

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

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

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

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

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