#94ADEC

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

Shades of Perano #94ADEC

Tints of Perano #94ADEC

Color information

#94ADEC (or 0x94ADEC) is unknown color: approx Perano. HEX triplet: 94, AD and EC. RGB value is (148,173,236). Sum of RGB (Red+Green+Blue) = 148+173+236=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #94ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADEC is #6B5213. Grayscale: #ACACAC. Windows color (decimal): -7033364 or 15510932. OLE color: 15510932.

HSL color Cylindrical-coordinate representation of color #94ADEC: hue angle of 222.95º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ADEC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148173236-
CMYK0.370.2700.07
HSL222.95º69.84%75.29%-
HSV(B)222.95º37.29%92.55%-
XYZ42.342.2485.28-
YUV172.71163.72110.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 236 (92.58% from 255) = 42.37%
R=26.57%
G=31.06%
B=42.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481732360.370.2700.07222.9569.8475.29
Hex94ADEC251B07df464b
Octal224255354453307337106113
Binary1001010010101101111011001001011101101111101111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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