#999DCE

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

Shades of Blue Bell #999DCE

Tints of Blue Bell #999DCE

Color information

#999DCE (or 0x999DCE) is unknown color: approx Blue Bell. HEX triplet: 99, 9D and CE. RGB value is (153,157,206). Sum of RGB (Red+Green+Blue) = 153+157+206=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #999DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DCE is #666231. Grayscale: #A1A1A1. Windows color (decimal): -6709810 or 13540761. OLE color: 13540761.

HSL color Cylindrical-coordinate representation of color #999DCE: hue angle of 235.47º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999DCE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153157206-
CMYK0.260.2400.19
HSL235.47º35.1%70.39%-
HSV(B)235.47º25.73%80.78%-
XYZ36.3335.3463.3-
YUV161.39153.17122.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=29.65%
G=30.43%
B=39.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531572060.260.2400.19235.4735.170.39
Hex999DCE1A18013eb2346
Octal231235316323002335343106
Binary1001100110011101110011101101011000010011111010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,157,206); }

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

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

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

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

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

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

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