#9DAEEC

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

Shades of Perano #9DAEEC

Tints of Perano #9DAEEC

Color information

#9DAEEC (or 0x9DAEEC) is unknown color: approx Perano. HEX triplet: 9D, AE and EC. RGB value is (157,174,236). Sum of RGB (Red+Green+Blue) = 157+174+236=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEEC is #625113. Grayscale: #AFAFAF. Windows color (decimal): -6443284 or 15511197. OLE color: 15511197.

HSL color Cylindrical-coordinate representation of color #9DAEEC: hue angle of 227.09º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DAEEC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157174236-
CMYK0.330.2600.07
HSL227.09º67.52%77.06%-
HSV(B)227.09º33.47%92.55%-
XYZ44.1843.585.42-
YUV175.98161.87114.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.69%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=27.69%
G=30.69%
B=41.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571742360.330.2600.07227.0967.5277.06
Hex9DAEEC211A07e3444d
Octal235256354413207343104115
Binary1001110110101110111011001000011101001111110001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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