#9AABEF

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

Shades of Perano #9AABEF

Tints of Perano #9AABEF

Color information

#9AABEF (or 0x9AABEF) is unknown color: approx Perano. HEX triplet: 9A, AB and EF. RGB value is (154,171,239). Sum of RGB (Red+Green+Blue) = 154+171+239=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AABEF is #655410. Grayscale: #ADADAD. Windows color (decimal): -6640657 or 15707034. OLE color: 15707034.

HSL color Cylindrical-coordinate representation of color #9AABEF: hue angle of 228º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AABEF is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154171239-
CMYK0.360.2800.06
HSL228º72.65%77.06%-
HSV(B)228º35.56%93.73%-
XYZ43.4742.2387.52-
YUV173.67164.87113.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.30%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 239 (93.75% from 255) = 42.38%
R=27.30%
G=30.32%
B=42.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541712390.360.2800.0622872.6577.06
Hex9AABEF241C06e4494d
Octal232253357443406344111115
Binary1001101010101011111011111001001110001101110010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,171,239); }

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

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

 a { background-color: rgb(154,171,239); }

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

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

 span { border-color: rgb(154,171,239); }

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