#9DAAEA

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

Shades of Perano #9DAAEA

Tints of Perano #9DAAEA

Color information

#9DAAEA (or 0x9DAAEA) is unknown color: approx Perano. HEX triplet: 9D, AA and EA. RGB value is (157,170,234). Sum of RGB (Red+Green+Blue) = 157+170+234=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAAEA is #625515. Grayscale: #ADADAD. Windows color (decimal): -6444310 or 15379101. OLE color: 15379101.

HSL color Cylindrical-coordinate representation of color #9DAAEA: hue angle of 229.87º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DAAEA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157170234-
CMYK0.330.2700.08
HSL229.87º64.71%76.67%-
HSV(B)229.87º32.91%91.76%-
XYZ43.1341.8683.65-
YUV173.41162.19116.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=27.99%
G=30.30%
B=41.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571702340.330.2700.08229.8764.7176.67
Hex9DAAEA211B08e6414d
Octal2352523524133010346101115
Binary10011101101010101110101010000111011010001110011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,234); }

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

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

 a { background-color: rgb(157,170,234); }

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

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

 span { border-color: rgb(157,170,234); }

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