Html Css Color HEX #99A0C7 Blue Bell

📋 copy color: '#99A0C7'

red 153 ◦ green 160 ◦ blue 199

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

Shades of Blue Bell #99A0C7

Tints of Blue Bell #99A0C7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 29.88%
G = 31.25%
B = 38.87%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#99A0C7 (or 0x99A0C7) is known color: Blue Bell. HEX triplet: 99, A0 and C7. RGB value is (153,160,199). Sum of RGB (Red+Green+Blue) = 153+160+199=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #99A0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0C7 is #665F38. Grayscale: #A2A2A2. Windows color (decimal): -6709049 or 13082777. OLE color: 13082777.

HSL color Cylindrical-coordinate representation of color #99A0C7: hue angle of 230.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99A0C7 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 160 199 -
CMYK 0.23 0.20 0 0.22
HSL 230.87º 0.29% 0.69% -
HSV(B) 230.87º 0.23% 0.78% -
XYZ 36.02 36.04 59.09 -
YUV 162.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 153 160 199 0.23 0.20 0 0.22 230.87 0.29 0.69
Hex 99 A0 C7 17 14 0 16 E7 1D 45
Octal 231 240 307 27 24 0 26 347 35 105
Binary 10011001 10100000 11000111 10111 10100 0 10110 11100111 11101 1000101

Color Harmonies of #99A0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A0C7

Black with #99A0C7

Text Example


Text Example

White with #99A0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A0C7; }

 p { color: rgb(153,160,199); }

 H1.HeaderClassName
 {
   color: #99A0C7;
 }
 .AnyTagClassName
 {
   color: #99A0C7;
 }
</style>

background-color css

<style>
 a { background-color: #99A0C7; }

 a { background-color: rgb(153,160,199); }

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

border-color css

<style>
 span { border-color: #99A0C7; }

 span { border-color: rgb(153,160,199); }

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