#999BC8

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

Shades of Blue Bell #999BC8

Tints of Blue Bell #999BC8

Color information

#999BC8 (or 0x999BC8) is unknown color: approx Blue Bell. HEX triplet: 99, 9B and C8. RGB value is (153,155,200). Sum of RGB (Red+Green+Blue) = 153+155+200=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #999BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BC8 is #666437. Grayscale: #9F9F9F. Windows color (decimal): -6710328 or 13147033. OLE color: 13147033.

HSL color Cylindrical-coordinate representation of color #999BC8: hue angle of 237.45º 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 #999BC8 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153155200-
CMYK0.240.2200.22
HSL237.45º29.94%69.22%-
HSV(B)237.45º23.5%78.43%-
XYZ35.2834.3959.42-
YUV159.53150.84123.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.12%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=30.12%
G=30.51%
B=39.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531552000.240.2200.22237.4529.9469.22
Hex999BC81816016ed1e45
Octal231233310302602635536105
Binary100110011001101111001000110001011001011011101101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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