Html Css Color HEX #999ECE Blue Bell

📋 copy color: '#999ECE'

red 153 ◦ green 158 ◦ blue 206

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

Shades of Blue Bell #999ECE

Tints of Blue Bell #999ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.56%

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

R = 29.59%
G = 30.56%
B = 39.85%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#999ECE (or 0x999ECE) is known color: Blue Bell. HEX triplet: 99, 9E and CE. RGB value is (153,158,206). Sum of RGB (Red+Green+Blue) = 153+158+206=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #999ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ECE is #666131. Grayscale: #A1A1A1. Windows color (decimal): -6709554 or 13541017. OLE color: 13541017.

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

Color convert

RGB 153 158 206 -
CMYK 0.26 0.23 0 0.19
HSL 234.34º 0.35% 0.7% -
HSV(B) 234.34º 0.26% 0.81% -
XYZ 36.5 35.68 63.36 -
YUV 161.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 153 158 206 0.26 0.23 0 0.19 234.34 0.35 0.7
Hex 99 9E CE 1A 17 0 13 EA 23 46
Octal 231 236 316 32 27 0 23 352 43 106
Binary 10011001 10011110 11001110 11010 10111 0 10011 11101010 100011 1000110

Color Harmonies of #999ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999ECE

Black with #999ECE

Text Example


Text Example

White with #999ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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