Html Css Color HEX #999FCE Blue Bell

📋 copy color: '#999FCE'

red 153 ◦ green 159 ◦ blue 206

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

Shades of Blue Bell #999FCE

Tints of Blue Bell #999FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 29.54%
G = 30.69%
B = 39.77%

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

#999FCE (or 0x999FCE) is known color: Blue Bell. HEX triplet: 99, 9F and CE. RGB value is (153,159,206). Sum of RGB (Red+Green+Blue) = 153+159+206=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #999FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FCE is #666031. Grayscale: #A2A2A2. Windows color (decimal): -6709298 or 13541273. OLE color: 13541273.

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

Color convert

RGB 153 159 206 -
CMYK 0.26 0.23 0 0.19
HSL 233.21º 0.35% 0.7% -
HSV(B) 233.21º 0.26% 0.81% -
XYZ 36.68 36.02 63.41 -
YUV 162.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 153 159 206 0.26 0.23 0 0.19 233.21 0.35 0.7
Hex 99 9F CE 1A 17 0 13 E9 23 46
Octal 231 237 316 32 27 0 23 351 43 106
Binary 10011001 10011111 11001110 11010 10111 0 10011 11101001 100011 1000110

Color Harmonies of #999FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FCE

Black with #999FCE

Text Example


Text Example

White with #999FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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