#9DAEE9

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

Shades of Perano #9DAEE9

Tints of Perano #9DAEE9

Color information

#9DAEE9 (or 0x9DAEE9) is unknown color: approx Perano. HEX triplet: 9D, AE and E9. RGB value is (157,174,233). Sum of RGB (Red+Green+Blue) = 157+174+233=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DAEE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEE9 is #625116. Grayscale: #AFAFAF. Windows color (decimal): -6443287 or 15314589. OLE color: 15314589.

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

Color convert

RGB157174233-
CMYK0.330.2500.09
HSL226.58º63.33%76.47%-
HSV(B)226.58º32.62%91.37%-
XYZ43.7543.3283.15-
YUV175.64160.37114.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 233 (91.41% from 255) = 41.31%
R=27.84%
G=30.85%
B=41.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571742330.330.2500.09226.5863.3376.47
Hex9DAEE9211909e33f4c
Octal235256351413101134377114
Binary1001110110101110111010011000011100101001111000111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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