#98AAEB

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

Shades of Perano #98AAEB

Tints of Perano #98AAEB

Color information

#98AAEB (or 0x98AAEB) is unknown color: approx Perano. HEX triplet: 98, AA and EB. RGB value is (152,170,235). Sum of RGB (Red+Green+Blue) = 152+170+235=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #98AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AAEB is #675514. Grayscale: #ABABAB. Windows color (decimal): -6771989 or 15444632. OLE color: 15444632.

HSL color Cylindrical-coordinate representation of color #98AAEB: hue angle of 226.99º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98AAEB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152170235-
CMYK0.350.2800.08
HSL226.99º67.48%75.88%-
HSV(B)226.99º35.32%92.16%-
XYZ42.3241.4284.36-
YUV172.03163.54113.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.29%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=27.29%
G=30.52%
B=42.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521702350.350.2800.08226.9967.4875.88
Hex98AAEB231C08e3434c
Octal2302523534334010343103114
Binary10011000101010101110101110001111100010001110001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,170,235); }

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

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

 a { background-color: rgb(152,170,235); }

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

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

 span { border-color: rgb(152,170,235); }

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