#999FCE

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

Shades of Blue Bell #999FCE

Tints of Blue Bell #999FCE

Color information

#999FCE (or 0x999FCE) is unknown color: approx Blue Bell. HEX triplet: 99, 9F and CE. RGB value is (153,159,206). Sum of RGB (Red+Green+Blue) = 153+159+206=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #999FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FCE is #666031. Grayscale: #A2A2A2. Windows color (decimal): -6709298 or 13541273. OLE color: 13541273.

HSL color Cylindrical-coordinate representation of color #999FCE: hue angle of 233.21º 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 #999FCE is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153159206-
CMYK0.260.2300.19
HSL233.21º35.1%70.39%-
HSV(B)233.21º25.73%80.78%-
XYZ36.6836.0263.41-
YUV162.56152.51121.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=29.54%
G=30.69%
B=39.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531592060.260.2300.19233.2135.170.39
Hex999FCE1A17013e92346
Octal231237316322702335143106
Binary1001100110011111110011101101010111010011111010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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