#9AAEFD

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

Shades of Perano #9AAEFD

Tints of Perano #9AAEFD

Color information

#9AAEFD (or 0x9AAEFD) is unknown color: approx Perano. HEX triplet: 9A, AE and FD. RGB value is (154,174,253). Sum of RGB (Red+Green+Blue) = 154+174+253=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAEFD is #655102. Grayscale: #B0B0B0. Windows color (decimal): -6639875 or 16625306. OLE color: 16625306.

HSL color Cylindrical-coordinate representation of color #9AAEFD: hue angle of 227.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AAEFD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154174253-
CMYK0.390.3100.01
HSL227.88º96.12%79.8%-
HSV(B)227.88º39.13%99.22%-
XYZ46.1944.2399.03-
YUV177.03170.87111.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.51%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=26.51%
G=29.95%
B=43.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541742530.390.3100.01227.8896.1279.8
Hex9AAEFD271F01e46050
Octal232256375473701344140120
Binary10011010101011101111110110011111111011110010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,174,253); }

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

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

 a { background-color: rgb(154,174,253); }

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

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

 span { border-color: rgb(154,174,253); }

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