#94B2EC

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

Shades of Perano #94B2EC

Tints of Perano #94B2EC

Color information

#94B2EC (or 0x94B2EC) is unknown color: approx Perano. HEX triplet: 94, B2 and EC. RGB value is (148,178,236). Sum of RGB (Red+Green+Blue) = 148+178+236=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #94B2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B2EC is #6B4D13. Grayscale: #AFAFAF. Windows color (decimal): -7032084 or 15512212. OLE color: 15512212.

HSL color Cylindrical-coordinate representation of color #94B2EC: hue angle of 219.55º 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 #94B2EC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148178236-
CMYK0.370.2500.07
HSL219.55º69.84%75.29%-
HSV(B)219.55º37.29%92.55%-
XYZ43.2744.1985.61-
YUV175.64162.06108.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.33%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=26.33%
G=31.67%
B=41.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481782360.370.2500.07219.5569.8475.29
Hex94B2EC251907dc464b
Octal224262354453107334106113
Binary1001010010110010111011001001011100101111101110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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