#99ADEB

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

Shades of Perano #99ADEB

Tints of Perano #99ADEB

Color information

#99ADEB (or 0x99ADEB) is unknown color: approx Perano. HEX triplet: 99, AD and EB. RGB value is (153,173,235). Sum of RGB (Red+Green+Blue) = 153+173+235=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #99ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADEB is #665214. Grayscale: #ADADAD. Windows color (decimal): -6705685 or 15445401. OLE color: 15445401.

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

Color convert

RGB153173235-
CMYK0.350.2600.08
HSL225.37º67.21%76.08%-
HSV(B)225.37º34.89%92.16%-
XYZ43.0842.6684.56-
YUV174.09162.37112.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=27.27%
G=30.84%
B=41.89%

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
Decimal1531732350.350.2600.08225.3767.2176.08
Hex99ADEB231A08e1434c
Octal2312553534332010341103114
Binary10011001101011011110101110001111010010001110000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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