#999DCB

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

Shades of Blue Bell #999DCB

Tints of Blue Bell #999DCB

Color information

#999DCB (or 0x999DCB) is unknown color: approx Blue Bell. HEX triplet: 99, 9D and CB. RGB value is (153,157,203). Sum of RGB (Red+Green+Blue) = 153+157+203=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #999DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DCB is #666234. Grayscale: #A0A0A0. Windows color (decimal): -6709813 or 13344153. OLE color: 13344153.

HSL color Cylindrical-coordinate representation of color #999DCB: hue angle of 235.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999DCB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153157203-
CMYK0.250.2300.20
HSL235.2º32.47%69.8%-
HSV(B)235.2º24.63%79.61%-
XYZ35.9735.261.4-
YUV161.05151.67122.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=29.82%
G=30.60%
B=39.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531572030.250.2300.20235.232.4769.8
Hex999DCB1917014eb2046
Octal231235313312702435340106
Binary1001100110011101110010111100110111010100111010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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