#94ADEA

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

Shades of Perano #94ADEA

Tints of Perano #94ADEA

Color information

#94ADEA (or 0x94ADEA) is unknown color: approx Perano. HEX triplet: 94, AD and EA. RGB value is (148,173,234). Sum of RGB (Red+Green+Blue) = 148+173+234=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #94ADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADEA is #6B5215. Grayscale: #ACACAC. Windows color (decimal): -7033366 or 15379860. OLE color: 15379860.

HSL color Cylindrical-coordinate representation of color #94ADEA: hue angle of 222.56º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ADEA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148173234-
CMYK0.370.2600.08
HSL222.56º67.19%74.9%-
HSV(B)222.56º36.75%91.76%-
XYZ42.0142.1283.76-
YUV172.48162.72110.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.67%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=26.67%
G=31.17%
B=42.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481732340.370.2600.08222.5667.1974.9
Hex94ADEA251A08df434b
Octal2242553524532010337103113
Binary10010100101011011110101010010111010010001101111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ADEA; }

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

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

<style>
 a { background-color: #94ADEA; }

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

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

<style>
 span { border-color: #94ADEA; }

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

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