#999BCA

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

Shades of Blue Bell #999BCA

Tints of Blue Bell #999BCA

Color information

#999BCA (or 0x999BCA) is unknown color: approx Blue Bell. HEX triplet: 99, 9B and CA. RGB value is (153,155,202). Sum of RGB (Red+Green+Blue) = 153+155+202=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #999BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BCA is #666435. Grayscale: #9F9F9F. Windows color (decimal): -6710326 or 13278105. OLE color: 13278105.

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

Color convert

RGB153155202-
CMYK0.240.2300.21
HSL237.55º31.61%69.61%-
HSV(B)237.55º24.26%79.22%-
XYZ35.5234.4860.66-
YUV159.76151.84123.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=30%
G=30.39%
B=39.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531552020.240.2300.21237.5531.6169.61
Hex999BCA1817015ee2046
Octal231233312302702535640106
Binary1001100110011011110010101100010111010101111011101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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