#98adeb

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

Shades of Perano #98ADEB

Tints of Perano #98ADEB

Color information

#98ADEB (or 0x98ADEB) is unknown color: approx Perano. HEX triplet: 98, AD and EB. RGB value is (152,173,235). Sum of RGB (Red+Green+Blue) = 152+173+235=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #98ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADEB is #675214. Grayscale: #ADADAD. Windows color (decimal): -6771221 or 15445400. OLE color: 15445400.

HSL color Cylindrical-coordinate representation of color #98ADEB: hue angle of 224.82º 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 #98ADEB is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152173235-
CMYK0.350.2600.08
HSL224.82º67.48%75.88%-
HSV(B)224.82º35.32%92.16%-
XYZ42.8942.5684.55-
YUV173.79162.54112.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.14%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=27.14%
G=30.89%
B=41.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521732350.350.2600.08224.8267.4875.88
Hex98ADEB231A08e1434c
Octal2302553534332010341103114
Binary10011000101011011110101110001111010010001110000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98adeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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