#98A2D0

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

Shades of Blue Bell #98A2D0

Tints of Blue Bell #98A2D0

Color information

#98A2D0 (or 0x98A2D0) is unknown color: approx Blue Bell. HEX triplet: 98, A2 and D0. RGB value is (152,162,208). Sum of RGB (Red+Green+Blue) = 152+162+208=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #98A2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2D0 is #675D2F. Grayscale: #A4A4A4. Windows color (decimal): -6774064 or 13673112. OLE color: 13673112.

HSL color Cylindrical-coordinate representation of color #98A2D0: hue angle of 229.29º degrees, saturation: 0.37, 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 #98A2D0 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152162208-
CMYK0.270.2200.18
HSL229.29º37.33%70.59%-
HSV(B)229.29º26.92%81.57%-
XYZ37.2537.0764.87-
YUV164.25152.69119.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=29.12%
G=31.03%
B=39.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521622080.270.2200.18229.2937.3370.59
Hex98A2D01B16012e52547
Octal230242320332602234545107
Binary1001100010100010110100001101110110010010111001011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A2D0; }

 p { color: rgb(152,162,208); }

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

<style>
 a { background-color: #98A2D0; }

 a { background-color: rgb(152,162,208); }

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

<style>
 span { border-color: #98A2D0; }

 span { border-color: rgb(152,162,208); }

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