#99A2D4

Color #99A2D4 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #99A2D4

Tints of Blue Bell #99A2D4

Color information

#99A2D4 (or 0x99A2D4) is unknown color: approx Blue Bell. HEX triplet: 99, A2 and D4. RGB value is (153,162,212). Sum of RGB (Red+Green+Blue) = 153+162+212=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #99A2D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2D4 is #665D2B. Grayscale: #A4A4A4. Windows color (decimal): -6708524 or 13935257. OLE color: 13935257.

HSL color Cylindrical-coordinate representation of color #99A2D4: hue angle of 230.85º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A2D4 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB153162212-
CMYK0.280.2400.17
HSL230.85º40.69%71.57%-
HSV(B)230.85º27.83%83.14%-
XYZ37.9437.3767.5-
YUV165.01154.52119.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 212 (83.20% from 255) = 40.23%
R=29.03%
G=30.74%
B=40.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1531622120.280.2400.17230.8540.6971.57
Hex99A2D41C18011e72948
Octal231242324343002134751110
Binary1001100110100010110101001110011000010001111001111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,162,212); }

 H1.HeaderClassName
 {
   color: #99A2D4;
 }
 .AnyTagClassName
 {
   color: #99A2D4;
 }
</style>
background-color css

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

 a { background-color: rgb(153,162,212); }

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

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

 span { border-color: rgb(153,162,212); }

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