Html Css Color HEX #99A0D6 Blue Bell

📋 copy color: '#99A0D6'

red 153 ◦ green 160 ◦ blue 214

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

Shades of Blue Bell #99A0D6

Tints of Blue Bell #99A0D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 29.03%
G = 30.36%
B = 40.61%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#99A0D6 (or 0x99A0D6) is known color: Blue Bell. HEX triplet: 99, A0 and D6. RGB value is (153,160,214). Sum of RGB (Red+Green+Blue) = 153+160+214=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #99A0D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0D6 is #665F29. Grayscale: #A3A3A3. Windows color (decimal): -6709034 or 14065817. OLE color: 14065817.

HSL color Cylindrical-coordinate representation of color #99A0D6: hue angle of 233.11º degrees, saturation: 0.43, 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 #99A0D6 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 160 214 -
CMYK 0.29 0.25 0 0.16
HSL 233.11º 0.43% 0.72% -
HSV(B) 233.11º 0.29% 0.84% -
XYZ 37.85 36.77 68.72 -
YUV 164.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 153 160 214 0.29 0.25 0 0.16 233.11 0.43 0.72
Hex 99 A0 D6 1D 19 0 10 E9 2B 48
Octal 231 240 326 35 31 0 20 351 53 110
Binary 10011001 10100000 11010110 11101 11001 0 10000 11101001 101011 1001000

Color Harmonies of #99A0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A0D6

Black with #99A0D6

Text Example


Text Example

White with #99A0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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