#9DAEE2

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

Shades of Perano #9DAEE2

Tints of Perano #9DAEE2

Color information

#9DAEE2 (or 0x9DAEE2) is unknown color: approx Perano. HEX triplet: 9D, AE and E2. RGB value is (157,174,226). Sum of RGB (Red+Green+Blue) = 157+174+226=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #9DAEE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEE2 is #62511D. Grayscale: #AEAEAE. Windows color (decimal): -6443294 or 14855837. OLE color: 14855837.

HSL color Cylindrical-coordinate representation of color #9DAEE2: hue angle of 225.22º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DAEE2 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157174226-
CMYK0.310.2300.11
HSL225.22º54.33%75.1%-
HSV(B)225.22º30.53%88.63%-
XYZ42.7742.9377.98-
YUV174.84156.87115.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 226 (88.67% from 255) = 40.57%
R=28.19%
G=31.24%
B=40.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1571742260.310.2300.11225.2254.3375.1
Hex9DAEE21F170Be1364b
Octal235256342372701334166113
Binary100111011010111011100010111111011101011111000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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