Html Css Color HEX #999DCE Blue Bell

📋 copy color: '#999DCE'

red 153 ◦ green 157 ◦ blue 206

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

Shades of Blue Bell #999DCE

Tints of Blue Bell #999DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.43%

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

R = 29.65%
G = 30.43%
B = 39.92%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#999DCE (or 0x999DCE) is known color: Blue Bell. HEX triplet: 99, 9D and CE. RGB value is (153,157,206). Sum of RGB (Red+Green+Blue) = 153+157+206=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #999DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DCE is #666231. Grayscale: #A1A1A1. Windows color (decimal): -6709810 or 13540761. OLE color: 13540761.

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

Color convert

RGB 153 157 206 -
CMYK 0.26 0.24 0 0.19
HSL 235.47º 0.35% 0.7% -
HSV(B) 235.47º 0.26% 0.81% -
XYZ 36.33 35.34 63.3 -
YUV 161.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 153 157 206 0.26 0.24 0 0.19 235.47 0.35 0.7
Hex 99 9D CE 1A 18 0 13 EB 23 46
Octal 231 235 316 32 30 0 23 353 43 106
Binary 10011001 10011101 11001110 11010 11000 0 10011 11101011 100011 1000110

Color Harmonies of #999DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DCE

Black with #999DCE

Text Example


Text Example

White with #999DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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