#9AA8EB

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

Shades of Perano #9AA8EB

Tints of Perano #9AA8EB

Color information

#9AA8EB (or 0x9AA8EB) is unknown color: approx Perano. HEX triplet: 9A, A8 and EB. RGB value is (154,168,235). Sum of RGB (Red+Green+Blue) = 154+168+235=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 168 (66.02% from 255 or 30.16% 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 #9AA8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA8EB is #655714. Grayscale: #ABABAB. Windows color (decimal): -6641429 or 15444122. OLE color: 15444122.

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

Color convert

RGB154168235-
CMYK0.340.2900.08
HSL229.63º66.94%76.27%-
HSV(B)229.63º34.47%92.16%-
XYZ42.3240.8784.26-
YUV171.45163.86115.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=27.65%
G=30.16%
B=42.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541682350.340.2900.08229.6366.9476.27
Hex9AA8EB221D08e6434c
Octal2322503534235010346103114
Binary10011010101010001110101110001011101010001110011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA8EB; }

 p { color: rgb(154,168,235); }

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

<style>
 a { background-color: #9AA8EB; }

 a { background-color: rgb(154,168,235); }

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

<style>
 span { border-color: #9AA8EB; }

 span { border-color: rgb(154,168,235); }

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