#999CDA

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

Shades of Blue Bell #999CDA

Tints of Blue Bell #999CDA

Color information

#999CDA (or 0x999CDA) is unknown color: approx Blue Bell. HEX triplet: 99, 9C and DA. RGB value is (153,156,218). Sum of RGB (Red+Green+Blue) = 153+156+218=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #999CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CDA is #666325. Grayscale: #A1A1A1. Windows color (decimal): -6710054 or 14326937. OLE color: 14326937.

HSL color Cylindrical-coordinate representation of color #999CDA: hue angle of 237.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999CDA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153156218-
CMYK0.300.2800.15
HSL237.23º46.76%72.75%-
HSV(B)237.23º29.82%85.49%-
XYZ37.6835.6171.22-
YUV162.17159.51121.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=29.03%
G=29.60%
B=41.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531562180.300.2800.15237.2346.7672.75
Hex999CDA1E1C0Fed2f49
Octal231234332363401735557111
Binary100110011001110011011010111101110001111111011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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