#9AAFEF

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

Shades of Perano #9AAFEF

Tints of Perano #9AAFEF

Color information

#9AAFEF (or 0x9AAFEF) is unknown color: approx Perano. HEX triplet: 9A, AF and EF. RGB value is (154,175,239). Sum of RGB (Red+Green+Blue) = 154+175+239=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AAFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAFEF is #655010. Grayscale: #AFAFAF. Windows color (decimal): -6639633 or 15708058. OLE color: 15708058.

HSL color Cylindrical-coordinate representation of color #9AAFEF: hue angle of 225.18º 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 #9AAFEF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154175239-
CMYK0.360.2700.06
HSL225.18º72.65%77.06%-
HSV(B)225.18º35.56%93.73%-
XYZ44.2443.7687.78-
YUV176.02163.54112.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.11%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=27.11%
G=30.81%
B=42.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541752390.360.2700.06225.1872.6577.06
Hex9AAFEF241B06e1494d
Octal232257357443306341111115
Binary1001101010101111111011111001001101101101110000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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