Html Css Color HEX #99A1CD Blue Bell

📋 copy color: '#99A1CD'

red 153 ◦ green 161 ◦ blue 205

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

Shades of Blue Bell #99A1CD

Tints of Blue Bell #99A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.02%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 29.48%
G = 31.02%
B = 39.5%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#99A1CD (or 0x99A1CD) is known color: Blue Bell. HEX triplet: 99, A1 and CD. RGB value is (153,161,205). Sum of RGB (Red+Green+Blue) = 153+161+205=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #99A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1CD is #665E32. Grayscale: #A3A3A3. Windows color (decimal): -6708787 or 13476249. OLE color: 13476249.

HSL color Cylindrical-coordinate representation of color #99A1CD: hue angle of 230.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A1CD is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 161 205 -
CMYK 0.25 0.21 0 0.20
HSL 230.77º 0.34% 0.7% -
HSV(B) 230.77º 0.25% 0.8% -
XYZ 36.9 36.67 62.89 -
YUV 163.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 153 161 205 0.25 0.21 0 0.20 230.77 0.34 0.7
Hex 99 A1 CD 19 15 0 14 E7 22 46
Octal 231 241 315 31 25 0 24 347 42 106
Binary 10011001 10100001 11001101 11001 10101 0 10100 11100111 100010 1000110

Color Harmonies of #99A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A1CD

Black with #99A1CD

Text Example


Text Example

White with #99A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,161,205); }

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

background-color css

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

 a { background-color: rgb(153,161,205); }

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

border-color css

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

 span { border-color: rgb(153,161,205); }

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