#9DACEE

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

Shades of Perano #9DACEE

Tints of Perano #9DACEE

Color information

#9DACEE (or 0x9DACEE) is unknown color: approx Perano. HEX triplet: 9D, AC and EE. RGB value is (157,172,238). Sum of RGB (Red+Green+Blue) = 157+172+238=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACEE is #625311. Grayscale: #AEAEAE. Windows color (decimal): -6443794 or 15641757. OLE color: 15641757.

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

Color convert

RGB157172238-
CMYK0.340.2800.07
HSL228.89º70.43%77.45%-
HSV(B)228.89º34.03%93.33%-
XYZ44.0942.8586.84-
YUV175.04163.53115.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.69%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=27.69%
G=30.34%
B=41.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571722380.340.2800.07228.8970.4377.45
Hex9DACEE221C07e5464d
Octal235254356423407345106115
Binary1001110110101100111011101000101110001111110010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,238); }

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

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

 a { background-color: rgb(157,172,238); }

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

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

 span { border-color: rgb(157,172,238); }

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