#9DADE1

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

Shades of Perano #9DADE1

Tints of Perano #9DADE1

Color information

#9DADE1 (or 0x9DADE1) is unknown color: approx Perano. HEX triplet: 9D, AD and E1. RGB value is (157,173,225). Sum of RGB (Red+Green+Blue) = 157+173+225=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DADE1 is #62521E. Grayscale: #ADADAD. Windows color (decimal): -6443551 or 14790045. OLE color: 14790045.

HSL color Cylindrical-coordinate representation of color #9DADE1: hue angle of 225.88º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DADE1 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157173225-
CMYK0.300.2300.12
HSL225.88º53.12%74.9%-
HSV(B)225.88º30.22%88.24%-
XYZ42.4442.4977.2-
YUV174.14156.7115.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.29%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=28.29%
G=31.17%
B=40.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1571732250.300.2300.12225.8853.1274.9
Hex9DADE11E170Ce2354b
Octal235255341362701434265113
Binary100111011010110111100001111101011101100111000101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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