Html Css Color HEX #99A0D7 Blue Bell

📋 copy color: '#99A0D7'

red 153 ◦ green 160 ◦ blue 215

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

Shades of Blue Bell #99A0D7

Tints of Blue Bell #99A0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 28.98%
G = 30.3%
B = 40.72%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#99A0D7 (or 0x99A0D7) is known color: Blue Bell. HEX triplet: 99, A0 and D7. RGB value is (153,160,215). Sum of RGB (Red+Green+Blue) = 153+160+215=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #99A0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0D7 is #665F28. Grayscale: #A3A3A3. Windows color (decimal): -6709033 or 14131353. OLE color: 14131353.

HSL color Cylindrical-coordinate representation of color #99A0D7: hue angle of 233.23º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99A0D7 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 160 215 -
CMYK 0.29 0.26 0 0.16
HSL 233.23º 0.44% 0.72% -
HSV(B) 233.23º 0.29% 0.84% -
XYZ 37.97 36.82 69.4 -
YUV 164.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 153 160 215 0.29 0.26 0 0.16 233.23 0.44 0.72
Hex 99 A0 D7 1D 1A 0 10 E9 2C 48
Octal 231 240 327 35 32 0 20 351 54 110
Binary 10011001 10100000 11010111 11101 11010 0 10000 11101001 101100 1001000

Color Harmonies of #99A0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A0D7

Black with #99A0D7

Text Example


Text Example

White with #99A0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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