#9AAFEA

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

Shades of Perano #9AAFEA

Tints of Perano #9AAFEA

Color information

#9AAFEA (or 0x9AAFEA) is unknown color: approx Perano. HEX triplet: 9A, AF and EA. RGB value is (154,175,234). Sum of RGB (Red+Green+Blue) = 154+175+234=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAFEA is #655015. Grayscale: #AFAFAF. Windows color (decimal): -6639638 or 15380378. OLE color: 15380378.

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

Color convert

RGB154175234-
CMYK0.340.2500.08
HSL224.25º65.57%76.08%-
HSV(B)224.25º34.19%91.76%-
XYZ43.5143.4783.94-
YUV175.45161.04112.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=27.35%
G=31.08%
B=41.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541752340.340.2500.08224.2565.5776.08
Hex9AAFEA221908e0424c
Octal2322573524231010340102114
Binary10011010101011111110101010001011001010001110000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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