Html Css Color HEX #999ACE Blue Bell

📋 copy color: '#999ACE'

red 153 ◦ green 154 ◦ blue 206

#999ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #999ACE

Tints of Blue Bell #999ACE

RGB

 RED value IS 153 (60.16% from 255) = 29.82%

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 29.82%
G = 30.02%
B = 40.16%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#999ACE (or 0x999ACE) is known color: Blue Bell. HEX triplet: 99, 9A and CE. RGB value is (153,154,206). Sum of RGB (Red+Green+Blue) = 153+154+206=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #999ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ACE is #666531. Grayscale: #9F9F9F. Windows color (decimal): -6710578 or 13539993. OLE color: 13539993.

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

Color convert

RGB 153 154 206 -
CMYK 0.26 0.25 0 0.19
HSL 238.87º 0.35% 0.7% -
HSV(B) 238.87º 0.26% 0.81% -
XYZ 35.83 34.34 63.13 -
YUV 159.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 153 154 206 0.26 0.25 0 0.19 238.87 0.35 0.7
Hex 99 9A CE 1A 19 0 13 EF 23 46
Octal 231 232 316 32 31 0 23 357 43 106
Binary 10011001 10011010 11001110 11010 11001 0 10011 11101111 100011 1000110

Color Harmonies of #999ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999ACE

Black with #999ACE

Text Example


Text Example

White with #999ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #999ACE;
 }
 .AnyTagClassName
 {
   color: #999ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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