Html Css Color HEX #999DC8 Blue Bell

📋 copy color: '#999DC8'

red 153 ◦ green 157 ◦ blue 200

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

Shades of Blue Bell #999DC8

Tints of Blue Bell #999DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 30%
G = 30.78%
B = 39.22%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#999DC8 (or 0x999DC8) is known color: Blue Bell. HEX triplet: 99, 9D and C8. RGB value is (153,157,200). Sum of RGB (Red+Green+Blue) = 153+157+200=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #999DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DC8 is #666237. Grayscale: #A0A0A0. Windows color (decimal): -6709816 or 13147545. OLE color: 13147545.

HSL color Cylindrical-coordinate representation of color #999DC8: hue angle of 234.89º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999DC8 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 157 200 -
CMYK 0.24 0.22 0 0.22
HSL 234.89º 0.3% 0.69% -
HSV(B) 234.89º 0.24% 0.78% -
XYZ 35.62 35.06 59.53 -
YUV 160.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 153 157 200 0.24 0.22 0 0.22 234.89 0.3 0.69
Hex 99 9D C8 18 16 0 16 EB 1E 45
Octal 231 235 310 30 26 0 26 353 36 105
Binary 10011001 10011101 11001000 11000 10110 0 10110 11101011 11110 1000101

Color Harmonies of #999DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DC8

Black with #999DC8

Text Example


Text Example

White with #999DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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