#9DADEA

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

Shades of Perano #9DADEA

Tints of Perano #9DADEA

Color information

#9DADEA (or 0x9DADEA) is unknown color: approx Perano. HEX triplet: 9D, AD and EA. RGB value is (157,173,234). Sum of RGB (Red+Green+Blue) = 157+173+234=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DADEA is #625215. Grayscale: #AEAEAE. Windows color (decimal): -6443542 or 15379869. OLE color: 15379869.

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

Color convert

RGB157173234-
CMYK0.330.2600.08
HSL227.53º64.71%76.67%-
HSV(B)227.53º32.91%91.76%-
XYZ43.74383.84-
YUV175.17161.2115.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=27.84%
G=30.67%
B=41.49%

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
Decimal1571732340.330.2600.08227.5364.7176.67
Hex9DADEA211A08e4414d
Octal2352553524132010344101115
Binary10011101101011011110101010000111010010001110010010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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