#9AAEFC

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

Shades of Perano #9AAEFC

Tints of Perano #9AAEFC

Color information

#9AAEFC (or 0x9AAEFC) is unknown color: approx Perano. HEX triplet: 9A, AE and FC. RGB value is (154,174,252). Sum of RGB (Red+Green+Blue) = 154+174+252=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAEFC is #655103. Grayscale: #B0B0B0. Windows color (decimal): -6639876 or 16559770. OLE color: 16559770.

HSL color Cylindrical-coordinate representation of color #9AAEFC: hue angle of 227.76º degrees, saturation: 0.94, 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 #9AAEFC is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154174252-
CMYK0.390.3100.01
HSL227.76º94.23%79.61%-
HSV(B)227.76º38.89%98.82%-
XYZ46.0344.1798.19-
YUV176.91170.37111.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=26.55%
G=30%
B=43.45%

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
Decimal1541742520.390.3100.01227.7694.2379.61
Hex9AAEFC271F01e45e50
Octal232256374473701344136120
Binary10011010101011101111110010011111111011110010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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