#9CADEA

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

Shades of Perano #9CADEA

Tints of Perano #9CADEA

Color information

#9CADEA (or 0x9CADEA) is unknown color: approx Perano. HEX triplet: 9C, AD and EA. RGB value is (156,173,234). Sum of RGB (Red+Green+Blue) = 156+173+234=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CADEA is #635215. Grayscale: #AEAEAE. Windows color (decimal): -6509078 or 15379868. OLE color: 15379868.

HSL color Cylindrical-coordinate representation of color #9CADEA: hue angle of 226.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CADEA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156173234-
CMYK0.330.2600.08
HSL226.92º65%76.47%-
HSV(B)226.92º33.33%91.76%-
XYZ43.5142.983.83-
YUV174.87161.37114.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=27.71%
G=30.73%
B=41.56%

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
Decimal1561732340.330.2600.08226.926576.47
Hex9CADEA211A08e3414c
Octal2342553524132010343101114
Binary10011100101011011110101010000111010010001110001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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