Html Css Color HEX #999CCF Blue Bell

📋 copy color: '#999CCF'

red 153 ◦ green 156 ◦ blue 207

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

Shades of Blue Bell #999CCF

Tints of Blue Bell #999CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 29.65%
G = 30.23%
B = 40.12%

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

#999CCF (or 0x999CCF) is known color: Blue Bell. HEX triplet: 99, 9C and CF. RGB value is (153,156,207). Sum of RGB (Red+Green+Blue) = 153+156+207=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #999CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CCF is #666330. Grayscale: #A0A0A0. Windows color (decimal): -6710065 or 13606041. OLE color: 13606041.

HSL color Cylindrical-coordinate representation of color #999CCF: hue angle of 236.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999CCF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 156 207 -
CMYK 0.26 0.25 0 0.19
HSL 236.67º 0.36% 0.71% -
HSV(B) 236.67º 0.26% 0.81% -
XYZ 36.29 35.05 63.89 -
YUV 160.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 153 156 207 0.26 0.25 0 0.19 236.67 0.36 0.71
Hex 99 9C CF 1A 19 0 13 ED 24 47
Octal 231 234 317 32 31 0 23 355 44 107
Binary 10011001 10011100 11001111 11010 11001 0 10011 11101101 100100 1000111

Color Harmonies of #999CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CCF

Black with #999CCF

Text Example


Text Example

White with #999CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,156,207); }

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

background-color css

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

 a { background-color: rgb(153,156,207); }

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

border-color css

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

 span { border-color: rgb(153,156,207); }

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