#9AADEA

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

Shades of Perano #9AADEA

Tints of Perano #9AADEA

Color information

#9AADEA (or 0x9AADEA) is unknown color: approx Perano. HEX triplet: 9A, AD and EA. RGB value is (154,173,234). Sum of RGB (Red+Green+Blue) = 154+173+234=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADEA is #655215. Grayscale: #AEAEAE. Windows color (decimal): -6640150 or 15379866. OLE color: 15379866.

HSL color Cylindrical-coordinate representation of color #9AADEA: hue angle of 225.75º degrees, saturation: 0.66, 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 #9AADEA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154173234-
CMYK0.340.2600.08
HSL225.75º65.57%76.08%-
HSV(B)225.75º34.19%91.76%-
XYZ43.1242.783.81-
YUV174.27161.71113.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=27.45%
G=30.84%
B=41.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541732340.340.2600.08225.7565.5776.08
Hex9AADEA221A08e2424c
Octal2322553524232010342102114
Binary10011010101011011110101010001011010010001110001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,173,234); }

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

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

 a { background-color: rgb(154,173,234); }

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

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

 span { border-color: rgb(154,173,234); }

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