#9DADEB

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

Shades of Perano #9DADEB

Tints of Perano #9DADEB

Color information

#9DADEB (or 0x9DADEB) is unknown color: approx Perano. HEX triplet: 9D, AD and EB. RGB value is (157,173,235). Sum of RGB (Red+Green+Blue) = 157+173+235=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DADEB is #625214. Grayscale: #AFAFAF. Windows color (decimal): -6443541 or 15445405. OLE color: 15445405.

HSL color Cylindrical-coordinate representation of color #9DADEB: hue angle of 227.69º degrees, saturation: 0.66, 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 #9DADEB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157173235-
CMYK0.330.2600.08
HSL227.69º66.1%76.86%-
HSV(B)227.69º33.19%92.16%-
XYZ43.8443.0584.6-
YUV175.28161.7114.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.79%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=27.79%
G=30.62%
B=41.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571732350.330.2600.08227.6966.176.86
Hex9DADEB211A08e4424d
Octal2352553534132010344102115
Binary10011101101011011110101110000111010010001110010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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