Html Css Color HEX #99A1D1 Blue Bell

📋 copy color: '#99A1D1'

red 153 ◦ green 161 ◦ blue 209

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

Shades of Blue Bell #99A1D1

Tints of Blue Bell #99A1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 29.25%
G = 30.78%
B = 39.96%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#99A1D1 (or 0x99A1D1) is known color: Blue Bell. HEX triplet: 99, A1 and D1. RGB value is (153,161,209). Sum of RGB (Red+Green+Blue) = 153+161+209=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #99A1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1D1 is #665E2E. Grayscale: #A3A3A3. Windows color (decimal): -6708783 or 13738393. OLE color: 13738393.

HSL color Cylindrical-coordinate representation of color #99A1D1: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99A1D1 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 161 209 -
CMYK 0.27 0.23 0 0.18
HSL 231.43º 0.38% 0.71% -
HSV(B) 231.43º 0.27% 0.82% -
XYZ 37.39 36.87 65.47 -
YUV 164.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 153 161 209 0.27 0.23 0 0.18 231.43 0.38 0.71
Hex 99 A1 D1 1B 17 0 12 E7 26 47
Octal 231 241 321 33 27 0 22 347 46 107
Binary 10011001 10100001 11010001 11011 10111 0 10010 11100111 100110 1000111

Color Harmonies of #99A1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A1D1

Black with #99A1D1

Text Example


Text Example

White with #99A1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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