#9AADEE

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

Shades of Perano #9AADEE

Tints of Perano #9AADEE

Color information

#9AADEE (or 0x9AADEE) is unknown color: approx Perano. HEX triplet: 9A, AD and EE. RGB value is (154,173,238). Sum of RGB (Red+Green+Blue) = 154+173+238=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADEE is #655211. Grayscale: #AEAEAE. Windows color (decimal): -6640146 or 15642010. OLE color: 15642010.

HSL color Cylindrical-coordinate representation of color #9AADEE: hue angle of 226.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AADEE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154173238-
CMYK0.350.2700.07
HSL226.43º71.19%76.86%-
HSV(B)226.43º35.29%93.33%-
XYZ43.742.9386.87-
YUV174.73163.71113.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=27.26%
G=30.62%
B=42.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541732380.350.2700.07226.4371.1976.86
Hex9AADEE231B07e2474d
Octal232255356433307342107115
Binary1001101010101101111011101000111101101111110001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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