#9AADFF

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

Shades of Perano #9AADFF

Tints of Perano #9AADFF

Color information

#9AADFF (or 0x9AADFF) is unknown color: approx Perano. HEX triplet: 9A, AD and FF. RGB value is (154,173,255). Sum of RGB (Red+Green+Blue) = 154+173+255=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADFF is #655200. Grayscale: #B0B0B0. Windows color (decimal): -6640129 or 16756122. OLE color: 16756122.

HSL color Cylindrical-coordinate representation of color #9AADFF: hue angle of 228.71º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AADFF is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154173255-
CMYK0.400.3200
HSL228.71º100%80.2%-
HSV(B)228.71º39.61%100%-
XYZ46.3243.98100.65-
YUV176.67172.21111.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.46%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 255 (100% from 255) = 43.81%
R=26.46%
G=29.73%
B=43.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541732550.400.3200228.7110080.2
Hex9AADFF282000e56450
Octal232255377504000345144120
Binary100110101010110111111111101000100000001110010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,173,255); }

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

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

 a { background-color: rgb(154,173,255); }

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

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

 span { border-color: rgb(154,173,255); }

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