#999AC8

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

Shades of Blue Bell #999AC8

Tints of Blue Bell #999AC8

Color information

#999AC8 (or 0x999AC8) is unknown color: approx Blue Bell. HEX triplet: 99, 9A and C8. RGB value is (153,154,200). Sum of RGB (Red+Green+Blue) = 153+154+200=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #999AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AC8 is #666537. Grayscale: #9E9E9E. Windows color (decimal): -6710584 or 13146777. OLE color: 13146777.

HSL color Cylindrical-coordinate representation of color #999AC8: hue angle of 238.72º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999AC8 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153154200-
CMYK0.240.2300.22
HSL238.72º29.94%69.22%-
HSV(B)238.72º23.5%78.43%-
XYZ35.1234.0559.37-
YUV158.94151.17123.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=30.18%
G=30.37%
B=39.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531542000.240.2300.22238.7229.9469.22
Hex999AC81817016ef1e45
Octal231232310302702635736105
Binary100110011001101011001000110001011101011011101111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,154,200); }

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

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

 a { background-color: rgb(153,154,200); }

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

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

 span { border-color: rgb(153,154,200); }

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