#99AEEB

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

Shades of Perano #99AEEB

Tints of Perano #99AEEB

Color information

#99AEEB (or 0x99AEEB) is unknown color: approx Perano. HEX triplet: 99, AE and EB. RGB value is (153,174,235). Sum of RGB (Red+Green+Blue) = 153+174+235=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #99AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AEEB is #665114. Grayscale: #AEAEAE. Windows color (decimal): -6705429 or 15445657. OLE color: 15445657.

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

Color convert

RGB153174235-
CMYK0.350.2600.08
HSL224.63º67.21%76.08%-
HSV(B)224.63º34.89%92.16%-
XYZ43.2743.0484.62-
YUV174.68162.04112.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.22%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=27.22%
G=30.96%
B=41.81%

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
Decimal1531742350.350.2600.08224.6367.2176.08
Hex99AEEB231A08e1434c
Octal2312563534332010341103114
Binary10011001101011101110101110001111010010001110000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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