#9DADE9

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

Shades of Perano #9DADE9

Tints of Perano #9DADE9

Color information

#9DADE9 (or 0x9DADE9) is unknown color: approx Perano. HEX triplet: 9D, AD and E9. RGB value is (157,173,233). Sum of RGB (Red+Green+Blue) = 157+173+233=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DADE9 is #625216. Grayscale: #AEAEAE. Windows color (decimal): -6443543 or 15314333. OLE color: 15314333.

HSL color Cylindrical-coordinate representation of color #9DADE9: hue angle of 227.37º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DADE9 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157173233-
CMYK0.330.2600.09
HSL227.37º63.33%76.47%-
HSV(B)227.37º32.62%91.37%-
XYZ43.5642.9483.08-
YUV175.06160.7115.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 233 (91.41% from 255) = 41.39%
R=27.89%
G=30.73%
B=41.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571732330.330.2600.09227.3763.3376.47
Hex9DADE9211A09e33f4c
Octal235255351413201134377114
Binary1001110110101101111010011000011101001001111000111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,173,233); }

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

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

 a { background-color: rgb(157,173,233); }

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

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

 span { border-color: rgb(157,173,233); }

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