#9AADEB

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

Shades of Perano #9AADEB

Tints of Perano #9AADEB

Color information

#9AADEB (or 0x9AADEB) is unknown color: approx Perano. HEX triplet: 9A, AD and EB. RGB value is (154,173,235). Sum of RGB (Red+Green+Blue) = 154+173+235=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADEB is #655214. Grayscale: #AEAEAE. Windows color (decimal): -6640149 or 15445402. OLE color: 15445402.

HSL color Cylindrical-coordinate representation of color #9AADEB: hue angle of 225.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AADEB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154173235-
CMYK0.340.2600.08
HSL225.93º66.94%76.27%-
HSV(B)225.93º34.47%92.16%-
XYZ43.2742.7684.57-
YUV174.39162.21113.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.40%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=27.40%
G=30.78%
B=41.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541732350.340.2600.08225.9366.9476.27
Hex9AADEB221A08e2434c
Octal2322553534232010342103114
Binary10011010101011011110101110001011010010001110001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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